C# Class Microsoft.CodeAnalysis.Sarif.Converters.CppCheckStrings

String constants for CppCheck from an XmlNameTable.
Exibir arquivo Open project: Microsoft/sarif-sdk Class Usage Examples

Public Properties

Property Type Description
CppCheck string
Error string
Errors string
File string
Id string
Line string
Location string
Msg string
Results string
Severity string
Verbose string
Version string

Public Methods

Method Description
CppCheckStrings ( XmlNameTable nameTable ) : System.Xml

Initializes a new instance of the CppCheckStrings class.

Method Details

CppCheckStrings() public method

Initializes a new instance of the CppCheckStrings class.
public CppCheckStrings ( XmlNameTable nameTable ) : System.Xml
nameTable System.Xml.XmlNameTable The name table from which strings shall be obtained.
return System.Xml

Property Details

CppCheck public_oe property

The string constant "cppcheck".
public string CppCheck
return string

Error public_oe property

The string constant "error".
public string Error
return string

Errors public_oe property

The string constant "errors".
public string Errors
return string

File public_oe property

The string constant "file".
public string File
return string

Id public_oe property

The string constant "id".
public string Id
return string

Line public_oe property

The string constant "line".
public string Line
return string

Location public_oe property

The string constant "location".
public string Location
return string

Msg public_oe property

The string constant "msg".
public string Msg
return string

Results public_oe property

The string constant "results".
public string Results
return string

Severity public_oe property

The string constant "severity".
public string Severity
return string

Verbose public_oe property

The string constant "verbose".
public string Verbose
return string

Version public_oe property

The string constant "version".
public string Version
return string