RuleSet

RuleSet class

Represents one set of diagram validation rules.

RuleSet()

Constructor.

Properties

NameTypeDescription
IDlongSpecifies the unique identifier of the validation rule set.
NameUStringSpecifies the universal name of the validation rule set.
NameStringSpecifies the local name of the validation rule set. Defaults to NameU attribute value.
DescriptionStringSpecifies the description of the validation rule set that appears in the user interface. Default is an empty string.
EnabledintSpecifies whether the rules in the specified validation rule set are checked when validation is triggered for the curren
RuleSetFlagsintSpecifies whether the rule set appears in the Rules to Check list. The value of the property is BOOL integer constant.
RulesRuleCollectionRule collection.