CompositeCondition
public abstract class CompositeCondition : Condition, IList<Condition>, ICollection<Condition>, IEnumerable<Condition>, IEnumerable
A collection of Conditions.
Gets the number of Conditions contained in the list.
Gets a value indicating whether the list is read-only.
Gets or sets the Condition at the specified index.
Adds a condition to the set.
Adds a collection of conditions to the set.
Adds a collection of conditions to the set.
Removes all Conditions from the list.
Determines whether the list contains a specific value.
Copies the elements of the list to an System.Array, starting at a particular System.Array index.
Allows for the iteration of sub conditions in the condition.
Determines the index of a specific Condition in the list.
Inserts an item to the Condition at the specified index.
Removes the first occurrence of a specific Condition from the List
Removes the Condition at the specified index.