Show / Hide Table of Contents

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 Source

Comment

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

CrossRefs

Cross Reference Detail for a license SeeAlso URL

Declaration
public List<CrossRef> CrossRefs { get; set; }
Property Value
Type Description
List<CrossRef>
| Improve this Doc View Source

ExtractedText

Verbatim license or licensing notice text that was discovered.

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

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
| Improve this Doc View Source

Name

Identify name of this SpdxElement.

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

SeeAlsos

Declaration
public List<string> SeeAlsos { get; set; }
Property Value
Type Description
List<System.String>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX