Class OverallResultItem
Inheritance
object
OverallResultItem
Namespace: AxaFrance.AxeExtended.HtmlReport
Assembly: AxaFrance.AxeExtended.HtmlReport.dll
Syntax
public class OverallResultItem
Properties
| Edit this page View SourceRuleName
Declaration
public string RuleName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RulePoint
Number of points according to the criticity.
Declaration
public int RulePoint { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
WcagCritirias
A list of equivalent WCAG Critirias
Declaration
public string[] WcagCritirias { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |
WcagLevel
Wcag level of current rule: A, AA or AAA
Declaration
public string WcagLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WcagVersion
Wcag Version for example 2.0, 2.1 or 2.2
Declaration
public Version WcagVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| Version |