Overload | Description |
---|---|
Condition Constructor(ConditionFilter,Condition) | Creates a new instance of Condition attached to the given ConditionFilter with Parameter, Operator and IsAnd properties defined by the given Condition. |
Condition Constructor(ConditionFilter) | Creates a new instance of Condition with default Parameter, Operator and IsAnd properties values attached to the given ConditionFilter. |
Condition Constructor(ConditionFilter,ConditionOperator,Object,Boolean) | Creates a new instance of Condition with given Parameter, Operator and IsAnd properties values attached to the given ConditionFilter. |