C# Class Microsoft.CodeAnalysis.Sarif.Converters.AndroidStudioProblem.Builder

A builder type to make it easier to construct AndroidStudioProblem objects.
显示文件 Open project: Microsoft/sarif-sdk Class Usage Examples

Public Properties

Property Type Description
AttributeKey string
Description string
EntryPointName string
EntryPointType string
File string
Hints ImmutableArray
Line int
Module string
Package string
ProblemClass string
Severity string

Property Details

AttributeKey public_oe property

The attribute key. (Not entirely sure what this is at the moment)
public string AttributeKey
return string

Description public_oe property

The user-readable description.
public string Description
return string

EntryPointName public_oe property

Fully qualified name of the entry point.
public string EntryPointName
return string

EntryPointType public_oe property

Type of the entry point.
public string EntryPointType
return string

File public_oe property

The file in which the problem occurs.
public string File
return string

Hints public_oe property

The hint values reported.
public ImmutableArray Hints
return ImmutableArray

Line public_oe property

The line on which the problem occurs in P:File if known; otherwise, 0.
public int Line
return int

Module public_oe property

The module in which the problem occurs.
public string Module
return string

Package public_oe property

The package in which the problem occurs.
public string Package
return string

ProblemClass public_oe property

The problem class; that is, the kind of problem.
public string ProblemClass
return string

Severity public_oe property

The severity of the problem type.
public string Severity
return string