Show / Hide Table of Contents

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 Source

Criterion

Gets or sets the success criterion.

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

Description

Gets or sets description of the problem.

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

Impact

Gets or sets the impact of the problem.

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

Url

Gets or sets url of the issue.

Declaration
public string Url { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX