Show / Hide Table of Contents

Class Analysis

Inheritance
System.Object
Analysis
Namespace: CycloneDX.Models.Vulnerabilities
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
Type Description
ImpactAnalysisJustification
| 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
Type Description
List<Response>
| Improve this Doc View Source

State

Declaration
public ImpactAnalysisState State { get; set; }
Property Value
Type Description
ImpactAnalysisState

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX