RuleObjectExistsProperties Properties
Represent the RuleObjectExists Validation Rules‘ properties exported to the Application Model.
Name | Description |
---|---|
Criteria | Specifies the criteria according to which objects are searched in the database. |
Criteria |
Specifies whether to look for objects that are currently retrieved from the database, in addition to the objects in the database itself.
Inherited from Rule |
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 |
Found |
Specifies the format for the list of found objects.
Inherited from Rule |
Found |
Specifies the character used to separate objects in the list of found objects (see Rule |
Id |
Specifies the Validation Rule identifier.
Inherited from Rule |
Include |
Specifies whether to check the current business object by the Validation Rule.
Inherited from Rule |
Invert |
Specifies whether the Validation Rule is applied directly.
Inherited from Rule |
Looks |
Specifies the name of the class whose objects will be searched for in the database. |
Message |
Specifies the additional text that will be displayed in the Validation Error window when the Validation Rule applied to a collection property is broken.
Inherited from Rule |
Message |
Specifies the text that is displayed before the list of found objects (see Rule |
Message |
Specifies the text that will be displayed in the Validation Error window when the Validation Rule is broken. |
Message |
Specifies the template for the message displayed when the Validation Rule was not checked because the target properties are not specified.
Inherited from Rule |
Message |
Specifies the template for the message displayed when the Validation Rule was not checked because the validated object is not an element of the target collection.
Inherited from Rule |
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.
Inherited from Rule |
Result |
Specifies the application behavior when the rule is broken.
Inherited from Rule |
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 type in which the collection property is declared, if the Validation Rule is applied to a collection property.
Inherited from Rule |
Target |
Specifies the collection property for which the current Validation Rule will be checked.
Inherited from Rule |
Target |
Specifies the Contexts for checking the current Validation Rule.
Inherited from Rule |
Target |
Specifies the criteria that must be satisfied by the validated object to allow checking the Validation Rule.
Inherited from Rule |
Target |
Specifies the type of the object for which the Validation Rule will be checked.
Inherited from Rule |
See Also