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

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

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
FortifyStrings ( XmlNameTable nameTable ) : System.Xml

Initializes a new instance of the FortifyStrings class.

Method Details

FortifyStrings() public méthode

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.
Résultat System.Xml

Property Details

Abstract public_oe property

The string constant "Abstract".
public string Abstract
Résultat string

AbstractCustom public_oe property

The string constant "AbstractCustom".
public string AbstractCustom
Résultat string

Category public_oe property

The string constant "Category".
public string Category
Résultat string

Comment public_oe property

The string constant "Comment".
public string Comment
Résultat string

ExternalCategory public_oe property

The string constant "ExternalCategory".
public string ExternalCategory
Résultat string

FileName public_oe property

The string constant "FileName".
public string FileName
Résultat string

FilePath public_oe property

The string constant "FilePath".
public string FilePath
Résultat string

Folder public_oe property

The string constant "Folder".
public string Folder
Résultat string

Friority public_oe property

The string constant "Friority" [sic].
public string Friority
Résultat string

Iid public_oe property

The string constant "iid".
public string Iid
Résultat string

Issue public_oe property

The string constant "Issue".
public string Issue
Résultat string

Kingdom public_oe property

The string constant "Kingdom".
public string Kingdom
Résultat string

LineStart public_oe property

The string constant "LineStart".
public string LineStart
Résultat string

Primary public_oe property

The string constant "Primary".
public string Primary
Résultat string

RuleId public_oe property

The string constant "ruleID".
public string RuleId
Résultat string

Snippet public_oe property

The string constant "Snippet".
public string Snippet
Résultat string

SnippetLine public_oe property

The string constant "SnippetLine".
public string SnippetLine
Résultat string

Source public_oe property

The string constant "Source".
public string Source
Résultat string

Tag public_oe property

The string constant "Tag".
public string Tag
Résultat string

TargetFunction public_oe property

The string constant "TargetFunction".
public string TargetFunction
Résultat string

TraceDiagramPath public_oe property

The string constant "TraceDiagramPath".
public string TraceDiagramPath
Résultat string

Type public_oe property

The string constant "type".
public string Type
Résultat string