Version

OperatorCondition Class Methods

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

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.  
See Also