Class LicenseChoice
Inheritance
LicenseChoice
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class LicenseChoice
Properties
|
Edit this page
View Source
Acknowledgement
Declaration
[ProtoMember(3)]
public LicenseAcknowledgementEnumeration? Acknowledgement { get; set; }
Property Value
|
Edit this page
View Source
BomRef
Declaration
[JsonPropertyName("bom-ref")]
[ProtoMember(4)]
public string BomRef { get; set; }
Property Value
|
Edit this page
View Source
Expression
Declaration
[ProtoMember(2)]
public string Expression { get; set; }
Property Value
|
Edit this page
View Source
License
Declaration
[ProtoMember(1)]
public License License { get; set; }
Property Value
Methods
|
Edit this page
View Source
ShouldSerializeAcknowledgement()
Declaration
public bool ShouldSerializeAcknowledgement()
Returns