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

Strings from the Fortify XSD used for parsing Fortify logs.
Show file Open project: Microsoft/sarif-sdk Class Usage Examples

Public Properties

Property Type Description
Abstract string
AbstractCustom string
Category string
Comment string
ExternalCategory string
FileName string
FilePath string
Folder string
Friority string
Iid string
Issue string
Kingdom string
LineStart string
Primary string
RuleId string
Snippet string
SnippetLine string
Source string
Tag string
TargetFunction string
TraceDiagramPath string
Type string

Public Methods

Method Description
FortifyStrings ( XmlNameTable nameTable ) : System.Xml

Initializes a new instance of the FortifyStrings class.

Method Details

FortifyStrings() public method

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

Property Details

Abstract public property

The string constant "Abstract".
public string Abstract
return string

AbstractCustom public property

The string constant "AbstractCustom".
public string AbstractCustom
return string

Category public property

The string constant "Category".
public string Category
return string

Comment public property

The string constant "Comment".
public string Comment
return string

ExternalCategory public property

The string constant "ExternalCategory".
public string ExternalCategory
return string

FileName public property

The string constant "FileName".
public string FileName
return string

FilePath public property

The string constant "FilePath".
public string FilePath
return string

Folder public property

The string constant "Folder".
public string Folder
return string

Friority public property

The string constant "Friority" [sic].
public string Friority
return string

Iid public property

The string constant "iid".
public string Iid
return string

Issue public property

The string constant "Issue".
public string Issue
return string

Kingdom public property

The string constant "Kingdom".
public string Kingdom
return string

LineStart public property

The string constant "LineStart".
public string LineStart
return string

Primary public property

The string constant "Primary".
public string Primary
return string

RuleId public property

The string constant "ruleID".
public string RuleId
return string

Snippet public property

The string constant "Snippet".
public string Snippet
return string

SnippetLine public property

The string constant "SnippetLine".
public string SnippetLine
return string

Source public property

The string constant "Source".
public string Source
return string

Tag public property

The string constant "Tag".
public string Tag
return string

TargetFunction public property

The string constant "TargetFunction".
public string TargetFunction
return string

TraceDiagramPath public property

The string constant "TraceDiagramPath".
public string TraceDiagramPath
return string

Type public property

The string constant "type".
public string Type
return string