The following tables list the members exposed by Condition.
Public Properties
| Name | Description |
| IsActive | Gets a value that indicates whether the condition is active. |
| Operator | Gets or sets the operator used by this condition. |
| Parameter | Gets or sets the parameter used by this condition. |
| ParameterText | Gets or sets the parameter as a string used by this condition. |
Top
Public Methods
| Name | Description |
| Apply | Applies the condition to a given value. |
| Clear | Clears this condition by setting the Operator to 'None' and the Parameter to null. |
Top
See Also