IRuleBaseProperties Members
Declares members implemented by classes which represent Validation Rules‘ properties exported to the Application Model.
#Properties
Name | Description |
---|---|
Custom |
Specifies custom informational text displayed in a validation error message for a broken Validation Rule instead of the default message templates specified in the Message |
Id | Specifies the Validation Rule identifier. |
Invert |
Specifies whether the Validation Rule is applied directly. |
Message |
Specifies the template for the message displayed when the Validation Rule was not checked because the target properties are not specified. |
Message |
Specifies the template for the message displayed when the Validation Rule was not checked because the criteria specified by the Rule |
Name | Specifies the name of the Validation Rule. |
Result |
Specifies the application behavior when the rule is broken. |
Skip |
Specifies whether the Validation Rule is checked for the properties that are set to null (Nothing in VB), an empty string (for string type properties) or a minimal date (for Date |
Target |
Specifies the Contexts for checking the current Validation Rule. |
Target |
Specifies the criteria that must be satisfied by the validated object to allow checking the Validation Rule. |
Target |
Specifies the type of the object for which the Validation Rule will be checked. |
See Also