Version

ConditionGroup Class Members

The following tables list the members exposed by ConditionGroup.

Public Constructors
 NameDescription
Public ConstructorConditionGroup ConstructorConstructor. Initializes a new instance of ConditionGroup.  
Public Properties
 NameDescription
Public PropertyCountGets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<ICondition>)
Public PropertyItemGets or sets the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<ICondition>)
Public PropertyLogicalOperatorSpecifies how to combine results of conditions in the collection.  
Public PropertyToolTipGets/sets a tooltip to be used for this group.  
Protected Properties
 NameDescription
Protected PropertyItemsGets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<ICondition>)
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.  
Public Events
Protected Events
See Also