Version 24.2 (latest)

ConditionGroup Class Methods

For a list of all members of this type, see ConditionGroup members.

Public Methods
 NameDescription
Public MethodAddAdds an object to the end of the Collection. (Inherited from System.Collections.ObjectModel.Collection<ICondition>)
Public MethodClearRemoves all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<ICondition>)
Public MethodContainsDetermines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<ICondition>)
Public MethodCopyToCopies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<ICondition>)
Public MethodEqualsReturns true if the passed in object is equal  
Public MethodGetEnumeratorReturns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<ICondition>)
Public MethodGetHashCodeCaclulates a value used for hashing  
Public MethodIndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. (Inherited from System.Collections.ObjectModel.Collection<ICondition>)
Public MethodInsertInserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<ICondition>)
Public MethodIsMatchReturns true if the specified value matches any one or all conditions in this condition group depending on the value of the LogicalOperator property. False otherwise.  
Public MethodMove (Inherited from System.Collections.ObjectModel.ObservableCollection<ICondition>)
Public MethodRemoveRemoves the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.Collection<ICondition>)
Public MethodRemoveAtRemoves the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<ICondition>)
Public MethodToStringReturns a string representation of the group.  
Protected Methods
See Also