Class IssueRecord
public class IssueRecord
- Inheritance
-
IssueRecord
- Inherited Members
Constructors
IssueRecord(string, int, string, Issue, string, List<CodeFix>?)
public IssueRecord(string Filename, int Filesize, string TextSample, Issue Issue, string Language, List<CodeFix>? Fixes)
Parameters
Properties
Filename
public string Filename { get; }
Property Value
Filesize
public int Filesize { get; }
Property Value
Issue
public Issue Issue { get; }
Property Value
Language
public string Language { get; }
Property Value
TextSample
public string TextSample { get; }