The following tables list the members exposed by ValidationExpression.
Public Properties
| Name | Description |
| Name | Gets or sets a string representing the reference ID of the criterion. |
| ValidationLevel | Gets or sets an ValidationLevel value representing the moment at which validation will be performed. |
Top
Protected Properties
| Name | Description |
| Properties | Gets a collection of property names whose values have been explicitly set
as well as the corresponding values. |
Top
Public Methods
| Name | Description |
| CanEvaluate | Returns a boolean value indicating whether the validation expression can be evaluated. |
| Clone | Creates a copy of this ValidationExpression object. |
| Evaluate | Launches the validation on the component. |
| ToString | Returns the string representation of the validation expression. |
Top
Public Events
| Name | Description |
| Disposed | Raised when an expression has been disposed. |
Top
See Also