Show / Hide Table of Contents

Class ExternalRef

Inheritance
object
ExternalRef
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Spdx.Models.v2_2
Assembly: CycloneDX.Spdx.dll
Syntax
public class ExternalRef

Properties

| Edit this page View Source

Comment

Declaration
public string Comment { get; set; }
Property Value
Type Description
string
| Edit this page View Source

ReferenceCategory

Category for the external reference

Declaration
public ExternalRefCategory ReferenceCategory { get; set; }
Property Value
Type Description
ExternalRefCategory
| Edit this page View Source

ReferenceLocator

The unique string with no spaces necessary to access the package-specific information, metadata, or content within the target location. The format of the locator is subject to constraints defined by the <type>.

Declaration
public string ReferenceLocator { get; set; }
Property Value
Type Description
string
| Edit this page View Source

ReferenceType

Type of the external reference. These are definined in an appendix in the SPDX specification.

Declaration
public string ReferenceType { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX