Show / Hide Table of Contents

Class Analysis

Inheritance
object
Analysis
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Models.Vulnerabilities
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
Type Description
string
| Edit this page View Source

FirstIssued

Declaration
[ProtoMember(5)]
public DateTime? FirstIssued { get; set; }
Property Value
Type Description
Nullable
| Edit this page View Source

Justification

Declaration
[ProtoMember(2)]
public ImpactAnalysisJustification Justification { get; set; }
Property Value
Type Description
ImpactAnalysisJustification
| Edit this page View Source

LastUpdated

Declaration
[ProtoMember(6)]
public DateTime? LastUpdated { get; set; }
Property Value
Type Description
Nullable
| Edit this page View Source

Response

Declaration
[ProtoMember(3)]
public List<Response> Response { get; set; }
Property Value
Type Description
List<Response>
| Edit this page View Source

State

Declaration
[ProtoMember(1)]
public ImpactAnalysisState State { get; set; }
Property Value
Type Description
ImpactAnalysisState

Methods

| Edit this page View Source

ShouldSerializeFirstIssued()

Declaration
public bool ShouldSerializeFirstIssued()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeLastUpdated()

Declaration
public bool ShouldSerializeLastUpdated()
Returns
Type Description
bool
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX