RuleInfo class

RuleInfo class

Specifies information about the validation rule that the parent validation issue pertains to.

The RuleInfo type exposes the following members:

Constructors

ConstructorDescription
RuleInfo(rule_set_id, rule_id)Constructor.

Properties

PropertyDescription
rule_set_idSpecifies the unique identifier of the validation rule set that the parent issue pertains to.
rule_idSpecifies the unique identifier of the validation rule that the parent issue pertains to.

See Also