Show / Hide Table of Contents

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 Source

Description

Gets or sets the description of the rule.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Help

Gets or sets the help text for this rule.

Declaration
public string Help { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

HelpUrl

Gets or sets the help url associated with this rule.

Declaration
public string HelpUrl { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Impact

Gets or sets the impact associated with this rule.

Declaration
public string Impact { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX