Version

SpecialFilterOperandBase Class Members

The following tables list the members exposed by SpecialFilterOperandBase.

Public Properties
 NameDescription
Public PropertyDescriptionDescription of the operand. By default this will be displayed in the tooltip of the operand.  
Public PropertyDisplayContentThis value (can be text) that will be used in the UI to represent this operand.  
Public PropertyNameName of the operand. Used to uniquely identify the operand.  
Public PropertyUsesAllValuesIndicates whether this operand uses context’s AllValues property to evaluate the condition. In effect, it indicates whether condition evaluation of a value depends on other values in the set of values being evaluated.  
Public Methods
 NameDescription
Public MethodEqualsOverridden. Checks to see if the specified object is an operand and is equal to this operand.  
Public MethodGetHashCodeOverridden. Returns the hash code.  
Public MethodIsMatchReturns true if the specified value matches the condition. False otherwise.  
Public MethodSupportsDataTypeIndicates whether this operand supports data values of specified type.  
Public MethodSupportsOperatorIndicates whether this operand supports specified comparison operator.  
Public MethodToStringReturns a string representation of the operand.  
Protected Methods
 NameDescription
Protected MethodEqualsOverrideChecks to see if the specified operand is equal to this operand. This method is called by the Equals method.  
See Also