Show / Hide Table of Contents

Class ExternalRef

Inheritance
System.Object
ExternalRef
Namespace: CycloneDX.Spdx.Models.v2_2
Assembly: CycloneDX.Spdx.dll
Syntax
public class ExternalRef : object

Properties

| Improve this Doc View Source

Comment

Declaration
public string Comment { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ReferenceCategory

Category for the external reference

Declaration
public ExternalRefCategory ReferenceCategory { get; set; }
Property Value
Type Description
ExternalRefCategory
| Improve this Doc 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
System.String
| Improve this Doc 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
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX