Show / Hide Table of Contents

Class LicenseChoice

Inheritance
System.Object
LicenseChoice
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class LicenseChoice : 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

Expression

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

License

Declaration
public License License { get; set; }
Property Value
Type Description
License

Methods

| Improve this Doc View Source

ShouldSerializeAcknowledgement()

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