Class LicenseChoice
Inheritance
System.Object
LicenseChoice
Assembly: CycloneDX.Core.dll
Syntax
public class LicenseChoice : object
Properties
|
Improve this Doc
View Source
Acknowledgement
Declaration
public LicenseAcknowledgementEnumeration? Acknowledgement { get; set; }
Property Value
|
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
Methods
|
Improve this Doc
View Source
ShouldSerializeAcknowledgement()
Declaration
public bool ShouldSerializeAcknowledgement()
Returns
Type |
Description |
System.Boolean |
|