CompositeCondition
A Composite Condition can be used to define AND and OR conditions that combine other Conditions together.
The first Condition.
The second Condition.
The HasPrecedence flag
The composition Operator (AND/OR)
Initializes a new instance of the CompositeCondition class.
public CompositeCondition()
Initializes a new instance of the CompositeCondition class.
public static CompositeCondition Combine(Condition left, CompositeConditionEnum op, Condition right)
Combine two Conditions together. Depending on the Condition precedence, right MAY BE MODIFIED
during the call.