RuleBase Properties
Serves as the base class for Validation Rules.
Name | Description |
---|---|
Default |
Specifies the default additional text displayed when the Validation Rule applied to a collection property is broken. |
Default |
Specifies the default template for the message displayed when the Validation Rule was not checked because one of the target property values is null or empty. |
Default |
Specifies the default template for the message displayed when the Validation Rule was not checked because the validated object is not an element of the target collection. |
Default |
Specifies the default template for the message displayed when the Validation Rule was not checked because the criteria specified by the Rule |
Id | Returns the identifier of the current Validation Rule. |
Properties | Represents the Validation Rule’s properties exported to the Application Model. |
Properties |
Specifies the type of the Validation Rule Properties class used by the Validation Rule. |
Target |
Specifies the object currently being validated by the Validation Rule. |
Used |
Specifies the names of the properties to be highlighted when the current Validation Rule is broken. |
See Also