RuleSet
Contents
[
Hide
]RuleSet class
Represents one set of diagram validation rules.
RuleSet()
Constructor.
Properties
| Name | Type | Description |
|---|---|---|
| ID | long | Specifies the unique identifier of the validation rule set. |
| NameU | String | Specifies the universal name of the validation rule set. |
| Name | String | Specifies the local name of the validation rule set. Defaults to NameU attribute value. |
| Description | String | Specifies the description of the validation rule set that appears in the user interface. Default is an empty string. |
| Enabled | int | Specifies whether the rules in the specified validation rule set are checked when validation is triggered for the curren |
| RuleSetFlags | int | Specifies whether the rule set appears in the Rules to Check list. The value of the property is BOOL integer constant. |
| Rules | RuleCollection | Rule collection. |