Rule Class

Rule class

An abstract class that defines the characteristics of a Rule and implements interface IRule

public abstract class Rule : IRule

Properties

NameDescription
getCode Rule code from the quick reference WCAG https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0
getDescription Description of Rule from the quick reference WCAG. https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0

See Also