RuleSet class

RuleSet class

Represents one set of diagram validation rules.

The RuleSet type exposes the following members:

Constructors

Constructor Description
RuleSet() Constructor.

Properties

Property Description
id Specifies the unique identifier of the validation rule set.
name_u Specifies the universal name of the validation rule set.
name Specifies the local name of the validation rule set. Defaults to NameU attribute value.
description Specifies the description of the validation rule set that appears in the user interface. Default is an empty string.
enabled Specifies whether the rules in the specified validation rule set are checked when validation is triggered for the current document. Default is True.
rule_set_flags Specifies whether the rule set appears in the Rules to Check list.
rules Rule collection.

See Also