Show / Hide Table of Contents

Class License

Inheritance
object
License
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 License

Properties

| Edit this page View Source

Acknowledgement

Declaration
[ProtoMember(8)]
public LicenseAcknowledgementEnumeration? Acknowledgement { get; set; }
Property Value
Type Description
LicenseAcknowledgementEnumeration?
| Edit this page View Source

BomRef

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

Id

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

Licensing

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

Name

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

NonNullableAcknowledgement

Declaration
[JsonIgnore]
public LicenseAcknowledgementEnumeration NonNullableAcknowledgement { get; set; }
Property Value
Type Description
LicenseAcknowledgementEnumeration
| Edit this page View Source

Properties

Declaration
[ProtoMember(7)]
public List<Property> Properties { get; set; }
Property Value
Type Description
List<Property>
| Edit this page View Source

Text

Declaration
[ProtoMember(3)]
public AttachedText Text { get; set; }
Property Value
Type Description
AttachedText
| Edit this page View Source

Url

Declaration
[ProtoMember(4)]
public string Url { get; set; }
Property Value
Type Description
string

Methods

| Edit this page View Source

ShouldSerializeAcknowledgement()

Declaration
public bool ShouldSerializeAcknowledgement()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeId()

Declaration
public bool ShouldSerializeId()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeName()

Declaration
public bool ShouldSerializeName()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeNonNullableAcknowledgement()

Declaration
public bool ShouldSerializeNonNullableAcknowledgement()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeProperties()

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