Class ExtractedLicensingInfo
Inheritance
System.Object
ExtractedLicensingInfo
Namespace: CycloneDX.Spdx.Models.v2_2
Assembly: CycloneDX.Spdx.dll
Syntax
public class ExtractedLicensingInfo : object
Properties
| Improve this Doc View SourceComment
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CrossRefs
Cross Reference Detail for a license SeeAlso URL
Declaration
public List<CrossRef> CrossRefs { get; set; }
Property Value
Type | Description |
---|---|
List<CrossRef> |
ExtractedText
Verbatim license or licensing notice text that was discovered.
Declaration
public string ExtractedText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LicenseId
A human readable short form license identifier for a license. The license ID is iether on the standard license oist or the form "LicenseRef-"[idString] where [idString] is a unique string containing letters, numbers, ".", "-" or "+".
Declaration
public string LicenseId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Identify name of this SpdxElement.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SeeAlsos
Declaration
public List<string> SeeAlsos { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |