Class Analysis
Inheritance
System.Object
Analysis
Assembly: CycloneDX.Core.dll
Syntax
public class Analysis : object
Properties
|
Improve this Doc
View Source
Detail
Declaration
public string Detail { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FirstIssued
Declaration
public DateTime? FirstIssued { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
Justification
Declaration
public ImpactAnalysisJustification Justification { get; set; }
Property Value
|
Improve this Doc
View Source
LastUpdated
Declaration
public DateTime? LastUpdated { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
Response
Declaration
public List<Response> Response { get; set; }
Property Value
|
Improve this Doc
View Source
State
Declaration
public ImpactAnalysisState State { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
ShouldSerializeFirstIssued()
Declaration
public bool ShouldSerializeFirstIssued()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeLastUpdated()
Declaration
public bool ShouldSerializeLastUpdated()
Returns
Type |
Description |
System.Boolean |
|