Show / Hide Table of Contents

Class License

Inheritance
System.Object
License
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class License : object

Properties

| Improve this Doc View Source

Acknowledgement

Declaration
public LicenseAcknowledgementEnumeration? Acknowledgement { get; set; }
Property Value
Type Description
System.Nullable<LicenseAcknowledgementEnumeration>
| Improve this Doc View Source

BomRef

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

Id

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

Licensing

Declaration
public Licensing Licensing { get; set; }
Property Value
Type Description
Licensing
| Improve this Doc View Source

Name

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

NonNullableAcknowledgement

Declaration
public LicenseAcknowledgementEnumeration NonNullableAcknowledgement { get; set; }
Property Value
Type Description
LicenseAcknowledgementEnumeration
| Improve this Doc View Source

Properties

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

Text

Declaration
public AttachedText Text { get; set; }
Property Value
Type Description
AttachedText
| Improve this Doc View Source

Url

Declaration
public string Url { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

ShouldSerializeAcknowledgement()

Declaration
public bool ShouldSerializeAcknowledgement()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShouldSerializeId()

Declaration
public bool ShouldSerializeId()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShouldSerializeName()

Declaration
public bool ShouldSerializeName()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShouldSerializeNonNullableAcknowledgement()

Declaration
public bool ShouldSerializeNonNullableAcknowledgement()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShouldSerializeProperties()

Declaration
public bool ShouldSerializeProperties()
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX