Class License
Inheritance
System.Object
License
Assembly: CycloneDX.Core.dll
Syntax
public class License : 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
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Licensing
Declaration
public Licensing Licensing { get; set; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NonNullableAcknowledgement
Declaration
public LicenseAcknowledgementEnumeration NonNullableAcknowledgement { get; set; }
Property Value
|
Improve this Doc
View Source
Properties
Declaration
public List<Property> Properties { get; set; }
Property Value
|
Improve this Doc
View Source
Text
Declaration
public AttachedText Text { get; set; }
Property Value
|
Improve this Doc
View Source
Url
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
ShouldSerializeAcknowledgement()
Declaration
public bool ShouldSerializeAcknowledgement()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeId()
Declaration
public bool ShouldSerializeId()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeName()
Declaration
public bool ShouldSerializeName()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeNonNullableAcknowledgement()
Declaration
public bool ShouldSerializeNonNullableAcknowledgement()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeProperties()
Declaration
public bool ShouldSerializeProperties()
Returns
Type |
Description |
System.Boolean |
|