Class Issue
Inheritance
System.Object
Issue
Assembly: CycloneDX.Core.dll
Syntax
public class Issue : object
Properties
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
References
Declaration
public List<string> References { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
Source
Declaration
public Source Source { get; set; }
Property Value
|
Improve this Doc
View Source
Type
Declaration
public Issue.IssueClassification Type { get; set; }
Property Value