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 SourceComment
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReferenceCategory
Category for the external reference
Declaration
public ExternalRefCategory ReferenceCategory { get; set; }
Property Value
Type | Description |
---|---|
ExternalRefCategory |
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 |
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 |