Class ConditionGroup
Represents a group of conditions.
public class ConditionGroup
- Inheritance
-
objectConditionGroup
- Extension Methods
Properties
Items
Child conditions that are evaluated with the Operator.
public ICollection<Condition> Items { get; set; }
Property Value
- ICollection<Condition>
Operator
The operator that is applied to the whole group. It could be either "All" or "Any".
public string Operator { get; set; }
Property Value
- string