RuleInfo

RuleInfo class

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

public class RuleInfo

Constructors

Name Description
RuleInfo(long, long) Constructor.

Properties

Name Description
RuleId { get; set; } Specifies the unique identifier of the validation rule that the parent issue pertains to.
RuleSetId { get; set; } Specifies the unique identifier of the validation rule set that the parent issue pertains to.

See Also