Rule
Contents
[
Hide
]Rule class
Represents a single validation rule in a diagram validation rule set.
Rule()
Constructor.
Properties
| Name | Type | Description |
|---|---|---|
| RuleFilter | RuleValue | Specifies the logical expression that determines whether the validation rule should be applied to a target object. |
| RuleTest | RuleValue | Specifies the logical expression that determines whether the target object satisfies the validation rule |
| ID | long | Specifies the unique identifier of the validation rule. |
| NameU | String | Specifies the universal name of the validation rule. |
| Category | String | Specifies the text displayed in the Category column of the Issues window. Default is an empty string. |
| Description | String | the description of the validation rule that appears in the user interface. Default is “Unknown”. |
| RuleTarget | int | Specifies the type of object to which the validation rule applies. The value of the property is VisRuleTargetsValue inte |
| Ignored | int | Specifies whether the validation rule is currently ignored. Default is False. The value of the property is BOOL integer |