Inheritance
ExtractedLicensingInfo
Assembly: CycloneDX.Spdx.dll
public class ExtractedLicensingInfo
Properties
|
Edit this page
View Source
Declaration
public string Comment { get; set; }
Property Value
|
Edit this page
View Source
Cross Reference Detail for a license SeeAlso URL
Declaration
public List<CrossRef> CrossRefs { get; set; }
Property Value
|
Edit this page
View Source
Verbatim license or licensing notice text that was discovered.
Declaration
public string ExtractedText { get; set; }
Property Value
|
Edit this page
View Source
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
|
Edit this page
View Source
Identify name of this SpdxElement.
Declaration
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public List<string> SeeAlsos { get; set; }
Property Value