The following tables list the members exposed by OperatorCondition.
Name | Description | |
---|---|---|
OperatorCondition Constructor | Overloaded. |
Name | Description | |
---|---|---|
CompareValue | Gets/sets the value against which to compare. | |
ConditionOperator | Gets/sets the ConditionOperator used to perform the comparison. | |
IsCaseSensitive | Gets/sets whether the comparison is case-sensitive. |
Name | Description | |
---|---|---|
Clone | Returns a deep clone of the OperatorCondition. | |
Matches | Determines whether the provided value matches the CompareValue based on the ConditionOperator. |
Name | Description | |
---|---|---|
FirePropertyChanged | Raises the PropertyChanged event if there are any listeners. | |
ShouldSerializeCompareValue | Returns true if the object should be serialized. | |
ShouldSerializeConditionOperator | Returns true if the condition operator should be serialized. | |
ShouldSerializeIsCaseSensitive | Returns true if IsCaseSensitive should be serialized. |
Name | Description | |
---|---|---|
PropertyChanged | Fired when a property is changed on the OperatorCondition. |