RuleSet
RuleSet class
Represents one set of diagram validation rules.
Constructors
| Name | Description |
|---|---|
| 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. |
RuleSet()
Constructor.
RuleSet.ID property
Specifies the unique identifier of the validation rule set.
Type: long
RuleSet.NameU property
Specifies the universal name of the validation rule set.
Type: String
RuleSet.Name property
Specifies the local name of the validation rule set. Defaults to NameU attribute value.
Type: String
RuleSet.Description property
Specifies the description of the validation rule set that appears in the user interface. Default is an empty string.
Type: String
RuleSet.Enabled property
Specifies whether the rules in the specified validation rule set are checked when validation is triggered for the current document. Default is True. The value of the property is BOOL integer constant.
Type: int
RuleSet.RuleSetFlags property
Specifies whether the rule set appears in the Rules to Check list. The value of the property is BOOL integer constant.
Type: int
RuleSet.Rules property
Rule collection.
Type: RuleCollection