Show / Hide Table of Contents

Class AffectedVersions

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

Properties

| Edit this page View Source

Range

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

Status

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

Version

Declaration
[ProtoMember(1)]
public string Version { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX