Class IssueLog
An object of the issue log's row.
Inheritance
System.Object
IssueLog
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 IssueLog
Properties
| Improve this Doc View SourceCriterion
Gets or sets the success criterion.
Declaration
public string Criterion { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Description
Gets or sets description of the problem.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Impact
Gets or sets the impact of the problem.
Declaration
public string Impact { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Url
Gets or sets url of the issue.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |