RuleType

RuleType class

public class RuleType

Constructors

Name Description
RuleType() The default constructor.

Properties

Name Description
Actions { get; set; }
Conditions { get; set; }
DisplayName { get; set; }
Exceptions { get; set; }
IsEnabled { get; set; }
IsInError { get; set; }
IsInErrorSpecified { get; set; }
IsNotSupported { get; set; }
IsNotSupportedSpecified { get; set; }
Priority { get; set; }
RuleId { get; set; }

See Also