Show / Hide Table of Contents

Class Rating

Inheritance
object
Rating
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 Rating

Properties

| Edit this page View Source

Justification

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

Method

Declaration
[ProtoMember(4)]
public ScoreMethod Method { get; set; }
Property Value
Type Description
ScoreMethod
| Edit this page View Source

NonNullableScore

Declaration
[JsonIgnore]
public double NonNullableScore { get; set; }
Property Value
Type Description
double
| Edit this page View Source

Score

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

Severity

Declaration
[ProtoMember(3)]
public Severity? Severity { get; set; }
Property Value
Type Description
Severity?
| Edit this page View Source

Source

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

Vector

Declaration
[ProtoMember(5)]
public string Vector { get; set; }
Property Value
Type Description
string

Methods

| Edit this page View Source

ShouldSerializeMethod()

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

ShouldSerializeNonNullableScore()

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