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

Constructor Description
RuleInfo(rule_set_id, rule_id) Constructor.

Properties

Property Description
rule_set_id Specifies the unique identifier of the validation rule set that the parent issue pertains to.
rule_id Specifies the unique identifier of the validation rule that the parent issue pertains to.

See Also