The following tables list the members exposed by SpecialFilterOperandBase.
Name | Description | |
---|---|---|
Description | Description of the operand. By default this will be displayed in the tooltip of the operand. | |
DisplayContent | This value (can be text) that will be used in the UI to represent this operand. | |
Name | Name of the operand. Used to uniquely identify the operand. | |
UsesAllValues | Indicates 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. |
Name | Description | |
---|---|---|
Equals | Overridden. Checks to see if the specified object is an operand and is equal to this operand. | |
GetHashCode | Overridden. Returns the hash code. | |
IsMatch | Returns true if the specified value matches the condition. False otherwise. | |
SupportsDataType | Indicates whether this operand supports data values of specified type. | |
SupportsOperator | Indicates whether this operand supports specified comparison operator. | |
ToString | Returns a string representation of the operand. |
Name | Description | |
---|---|---|
EqualsOverride | Checks to see if the specified operand is equal to this operand. This method is called by the Equals method. |