Class Analysis
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class Analysis
Properties
|
Edit this page
View Source
Detail
Declaration
[ProtoMember(4)]
public string Detail { get; set; }
Property Value
|
Edit this page
View Source
FirstIssued
Declaration
[ProtoMember(5)]
public DateTime? FirstIssued { get; set; }
Property Value
|
Edit this page
View Source
Justification
Declaration
[ProtoMember(2)]
public ImpactAnalysisJustification Justification { get; set; }
Property Value
|
Edit this page
View Source
LastUpdated
Declaration
[ProtoMember(6)]
public DateTime? LastUpdated { get; set; }
Property Value
|
Edit this page
View Source
Response
Declaration
[ProtoMember(3)]
public List<Response> Response { get; set; }
Property Value
|
Edit this page
View Source
State
Declaration
[ProtoMember(1)]
public ImpactAnalysisState State { get; set; }
Property Value
Methods
|
Edit this page
View Source
ShouldSerializeFirstIssued()
Declaration
public bool ShouldSerializeFirstIssued()
Returns
|
Edit this page
View Source
ShouldSerializeLastUpdated()
Declaration
public bool ShouldSerializeLastUpdated()
Returns