Defines a condition which combines multiple conditions.
AddCondition | Adds a condition at the end of the list. |
GetAllConditions | Get all conditions that are being combined. |
GetCondition | Get the condition at the position specified. |
RemoveCondition | Remove the condition at the position specified. |
SetAllConditions | Set all conditions to be combined. |
SetCondition | Set the condition at the position specified. |
CombineOperation | Get the operation from the condition that determines how the conditions are combined. The operation can be set to AND, OR, XOR, MINUS. |
ConditionCount | Gets the number of conditions in the combined condition. |
Implemented Interface |
---|
IAgCrdnCondition |
IAgCrdn |