RuleSet class

RuleSet class

Represents one set of diagram validation rules.

The RuleSet type exposes the following members:

Constructors

ConstructorDescription
RuleSet()Constructor.

Properties

PropertyDescription
idSpecifies the unique identifier of the validation rule set.
name_uSpecifies the universal name of the validation rule set.
nameSpecifies the local name of the validation rule set. Defaults to NameU attribute value.
descriptionSpecifies the description of the validation rule set that appears in the user interface. Default is an empty string.
enabledSpecifies whether the rules in the specified validation rule set are checked when validation is triggered for the current document. Default is True.
rule_set_flagsSpecifies whether the rule set appears in the Rules to Check list.
rulesRule collection.

See Also