Class ValidationIssue
Represents a specific validation issue.
public class ValidationIssue
- Inheritance
-
ValidationIssue
- Inherited Members
Properties
Description
Gets or sets the description of the issue.
public string Description { get; set; }
Property Value
Location
Gets or sets the location/index where the issue was found.
public int Location { get; set; }
Property Value
Severity
Gets or sets the severity level of the issue.
public string Severity { get; set; }
Property Value
Type
Gets or sets the issue type/category.
public string Type { get; set; }