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

Strings used for parsing Android Studio logs.
Exibir arquivo 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_oe property

The constant "attribute_key".
public string AttributeKey
return string

Description public_oe property

The constant "description".
public string Description
return string

EntryPoint public_oe property

The constant "entry_point".
public string EntryPoint
return string

FQName public_oe property

The constant "FQNAME".
public string FQName
return string

File public_oe property

The constant "file".
public string File
return string

Hint public_oe property

The constant "hint".
public string Hint
return string

Hints public_oe property

The constant "hints".
public string Hints
return string

Line public_oe property

The constant "line".
public string Line
return string

Module public_oe property

The constant "module".
public string Module
return string

Package public_oe property

The constant "package".
public string Package
return string

Problem public_oe property

The constant "problem".
public string Problem
return string

ProblemClass public_oe property

The constant "problem_class".
public string ProblemClass
return string

Problems public_oe property

The constant "problems".
public string Problems
return string

Severity public_oe property

The constant "severity".
public string Severity
return string

Type public_oe property

The constant "TYPE".
public string Type
return string

Value public_oe property

The constant "value".
public string Value
return string