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

Strings used for parsing Android Studio logs.
Show file Open project: Microsoft/sarif-sdk Class Usage Examples

Public Properties

Property Type Description
AttributeKey string
Description string
EntryPoint string
FQName string
File string
Hint string
Hints string
Line string
Module string
Package string
Problem string
ProblemClass string
Problems string
Severity string
Type string
Value string

Public Methods

Method Description
AndroidStudioStrings ( XmlNameTable nameTable ) : System.Xml

Initializes a new instance of the AndroidStudioStrings class.

Method Details

AndroidStudioStrings() public method

Initializes a new instance of the AndroidStudioStrings class.
public AndroidStudioStrings ( XmlNameTable nameTable ) : System.Xml
nameTable System.Xml.XmlNameTable The name table from which strings are generated.
return System.Xml

Property Details

AttributeKey public property

The constant "attribute_key".
public string AttributeKey
return string

Description public property

The constant "description".
public string Description
return string

EntryPoint public property

The constant "entry_point".
public string EntryPoint
return string

FQName public property

The constant "FQNAME".
public string FQName
return string

File public property

The constant "file".
public string File
return string

Hint public property

The constant "hint".
public string Hint
return string

Hints public property

The constant "hints".
public string Hints
return string

Line public property

The constant "line".
public string Line
return string

Module public property

The constant "module".
public string Module
return string

Package public property

The constant "package".
public string Package
return string

Problem public property

The constant "problem".
public string Problem
return string

ProblemClass public property

The constant "problem_class".
public string ProblemClass
return string

Problems public property

The constant "problems".
public string Problems
return string

Severity public property

The constant "severity".
public string Severity
return string

Type public property

The constant "TYPE".
public string Type
return string

Value public property

The constant "value".
public string Value
return string