Version

OperatorCondition Class Members

The following tables list the members exposed by OperatorCondition.

Public Constructors
 NameDescription
Public ConstructorOperatorCondition ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyCompareValueGets/sets the value against which to compare.  
Public PropertyConditionOperatorGets/sets the ConditionOperator used to perform the comparison.  
Public PropertyIsCaseSensitiveGets/sets whether the comparison is case-sensitive.  
Public Methods
 NameDescription
Public MethodCloneReturns a deep clone of the OperatorCondition.  
Public MethodMatchesDetermines whether the provided value matches the CompareValue based on the ConditionOperator.  
Protected Methods
 NameDescription
Protected MethodFirePropertyChangedRaises the PropertyChanged event if there are any listeners.  
Protected MethodShouldSerializeCompareValueReturns true if the object should be serialized.  
Protected MethodShouldSerializeConditionOperatorReturns true if the condition operator should be serialized.  
Protected MethodShouldSerializeIsCaseSensitiveReturns true if IsCaseSensitive should be serialized.  
Public Events
 NameDescription
Public EventPropertyChangedFired when a property is changed on the OperatorCondition.  
See Also