ConditionFilter Class Members
In This Topic
The following tables list the members exposed by ConditionFilter.
Public Properties
| Name | Description |
| AndConditions | Gets or sets how the two conditions should be combined ('and' or 'or'). |
| Condition1 | Gets or sets the first condition of the filter. |
| Condition2 | Gets or sets the second condition of the filter. |
| DataType | Gets the type of data that this filter works on. |
| IsActive | Gets a value that indicates whether the filter is active. |
Top
Public Methods
| Name | Description |
| Apply | Applies the filter to a given value. |
| Clear | Clears this filter. |
Top
See Also