Show / Hide Table of Contents

Class ExtractedLicensingInfo

Inheritance
object
ExtractedLicensingInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Spdx.Models.v2_3
Assembly: CycloneDX.Spdx.dll
Syntax
public class ExtractedLicensingInfo

Properties

| Edit this page View Source

Comment

Declaration
public string Comment { get; set; }
Property Value
Type Description
string
| Edit this page View Source

CrossRefs

Cross Reference Detail for a license SeeAlso URL

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

ExtractedText

Verbatim license or licensing notice text that was discovered.

Declaration
public string ExtractedText { get; set; }
Property Value
Type Description
string
| Edit this page 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
string
| Edit this page View Source

Name

Identify name of this SpdxElement.

Declaration
public string Name { get; set; }
Property Value
Type Description
string
| Edit this page View Source

SeeAlsos

Declaration
public List<string> SeeAlsos { get; set; }
Property Value
Type Description
List<string>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX