Class Rating
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class Rating
Properties
|
Edit this page
View Source
Justification
Declaration
[ProtoMember(6)]
public string Justification { get; set; }
Property Value
|
Edit this page
View Source
Method
Declaration
[ProtoMember(4)]
public ScoreMethod Method { get; set; }
Property Value
|
Edit this page
View Source
NonNullableScore
Declaration
[JsonIgnore]
public double NonNullableScore { get; set; }
Property Value
|
Edit this page
View Source
Score
Declaration
[ProtoMember(2)]
public double? Score { get; set; }
Property Value
|
Edit this page
View Source
Severity
Declaration
[ProtoMember(3)]
public Severity? Severity { get; set; }
Property Value
|
Edit this page
View Source
Source
Declaration
[ProtoMember(1)]
public Source Source { get; set; }
Property Value
|
Edit this page
View Source
Vector
Declaration
[ProtoMember(5)]
public string Vector { get; set; }
Property Value
Methods
|
Edit this page
View Source
ShouldSerializeMethod()
Declaration
public bool ShouldSerializeMethod()
Returns
|
Edit this page
View Source
ShouldSerializeNonNullableScore()
Declaration
public bool ShouldSerializeNonNullableScore()
Returns