Show / Hide Table of Contents

Class LicenseChoice

Inheritance
object
LicenseChoice
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Models
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
Type Description
LicenseAcknowledgementEnumeration?
| Edit this page View Source

BomRef

Declaration
[JsonPropertyName("bom-ref")]
[ProtoMember(4)]
public string BomRef { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Expression

Declaration
[ProtoMember(2)]
public string Expression { get; set; }
Property Value
Type Description
string
| Edit this page View Source

License

Declaration
[ProtoMember(1)]
public License License { get; set; }
Property Value
Type Description
License

Methods

| Edit this page View Source

ShouldSerializeAcknowledgement()

Declaration
public bool ShouldSerializeAcknowledgement()
Returns
Type Description
bool
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX