Class RuleInformation
Class to represent the information for each rule.
Inheritance
System.Object
RuleInformation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AxeAccessibilityDriver
Assembly: AxeAccessibilityDriver.dll
Syntax
public class RuleInformation
Properties
| Improve this Doc View SourceDescription
Gets or sets the description of the rule.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Help
Gets or sets the help text for this rule.
Declaration
public string Help { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HelpUrl
Gets or sets the help url associated with this rule.
Declaration
public string HelpUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Impact
Gets or sets the impact associated with this rule.
Declaration
public string Impact { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RuleTag
Gets or sets the rule tag associated with this rule.
Declaration
public List<string> RuleTag { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |