Version

ContainedInListCondition Class Members

The following tables list the members exposed by ContainedInListCondition.

Public Constructors
 NameDescription
Public ConstructorContainedInListCondition ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyListGets/sets the IList implementor which will be checked to determine whether the comparison value exists therein.  
Public PropertyListItemMatchModeGets/sets a ListItemMatchMode constant which determines whether the comparison value will be checked against the data value or display text of the items in the List.  
Public Methods
 NameDescription
Public MethodCloneReturns a ContainedInListCondition instance with the same property values as this instance.  
Public MethodMatchesReturns whether the specified value is contained within the list referenced by the List property, using the criteria defined by the value of the ListItemMatchMode property.  
Protected Methods
 NameDescription
Protected MethodFirePropertyChangedRaises the PropertyChanged event if there are any listeners.  
Protected MethodShouldSerializeListReturns true if the List property requires serialization.  
Protected MethodShouldSerializeListItemMatchModeReturns true if the ListItemMatchMode property requires serialization.  
Public Events
 NameDescription
Public EventPropertyChangedFired when a property is changed on this ContainedInListCondition instance.  
See Also