RuleInfo
Contents
[
Hide
]RuleInfo class
Specifies information about the validation rule that the parent validation issue pertains to.
Constructors
| Name | Description |
|---|---|
| RuleInfo | Constructor. |
Properties
| Name | Type | Description |
|---|---|---|
| RuleSetId | long | Specifies the unique identifier of the validation rule set that the parent issue pertains to. |
| RuleId | long | Specifies the unique identifier of the validation rule that the parent issue pertains to. |
RuleInfo(ruleSetID, ruleID)
Constructor.
| Parameter | Type | Description |
|---|---|---|
| ruleSetID | long | |
| ruleID | long |
RuleInfo.RuleSetId property
Specifies the unique identifier of the validation rule set that the parent issue pertains to.
Type: long
RuleInfo.RuleId property
Specifies the unique identifier of the validation rule that the parent issue pertains to.
Type: long