Ens.Rule.SubCondition
persistent class Ens.Rule.SubCondition
extends
Inventory
Summary
Properties | ||||
---|---|---|---|---|
CondNo | JoinOperator | Operand1 | Operand2 | Operator |
SubRule |
Parameters
Properties
How this condition is joined with the previous one.
First operand for condition.
An operand is one of the following:
A string literal (within quotes)
A numeric literal
A property name (of a property within the associated Business Process context)
The name of another RuleDefinition associated with the same Busiess Process (rule name starts with #)
Second operand for condition. An operand is one of the following:
A string literal (within quotes)
A numeric literal
A property name (of a property within the associated Business Process context)
The name of another RuleDefinition associated with the same Busiess Process (rule name starts with #)
Operator used for this condition.
Parent Rule.
Methods
Evaluate this condition.
Returns user errors via pErrorMsg.
Return the logical expression for this condition.