Version

MatchConditionGroup Class Members

The following tables list the members exposed by MatchConditionGroup.

Public Constructors
 NameDescription
Public ConstructorMatchConditionGroup ConstructorInitializes a new MatchConditionGroup  
Public Properties
 NameDescription
Public PropertyConditionsThe collection of IMatchCondition instances that will be evaluated when the IsMatch method is invoked.  
Public PropertyMustMatchAllReturns a boolean indicating if all the items in the collection must match against the item being evaluated.  
Public Methods
 NameDescription
Public MethodIsMatchChecks the results of invoking IMatchCondition.IsMatch of the items in the collection considering whether one or all should match based on the MustMatchAll  
See Also