Class License
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
|
Edit this page
View Source
BomRef
Declaration
[JsonPropertyName("bom-ref")]
[ProtoMember(5)]
public string BomRef { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[ProtoMember(1)]
public string Id { get; set; }
Property Value
|
Edit this page
View Source
Licensing
Declaration
[ProtoMember(6)]
public Licensing Licensing { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[ProtoMember(2)]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
NonNullableAcknowledgement
Declaration
[JsonIgnore]
public LicenseAcknowledgementEnumeration NonNullableAcknowledgement { get; set; }
Property Value
|
Edit this page
View Source
Properties
Declaration
[ProtoMember(7)]
public List<Property> Properties { get; set; }
Property Value
|
Edit this page
View Source
Text
Declaration
[ProtoMember(3)]
public AttachedText Text { get; set; }
Property Value
|
Edit this page
View Source
Url
Declaration
[ProtoMember(4)]
public string Url { get; set; }
Property Value
Methods
|
Edit this page
View Source
ShouldSerializeAcknowledgement()
Declaration
public bool ShouldSerializeAcknowledgement()
Returns
|
Edit this page
View Source
ShouldSerializeId()
Declaration
public bool ShouldSerializeId()
Returns
|
Edit this page
View Source
ShouldSerializeName()
Declaration
public bool ShouldSerializeName()
Returns
|
Edit this page
View Source
ShouldSerializeNonNullableAcknowledgement()
Declaration
public bool ShouldSerializeNonNullableAcknowledgement()
Returns
|
Edit this page
View Source
ShouldSerializeProperties()
Declaration
public bool ShouldSerializeProperties()
Returns