Class EnergyProvider
Inheritance
System.Object
EnergyProvider
Assembly: CycloneDX.Core.dll
Syntax
public class EnergyProvider : object
Properties
|
Improve this Doc
View Source
BomRef
Declaration
public string BomRef { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
EnergyProvided
Declaration
public EnergyMeasure EnergyProvided { get; set; }
Property Value
|
Improve this Doc
View Source
EnergySource
Declaration
public EnergySource EnergySource { get; set; }
Property Value
|
Improve this Doc
View Source
ExternalReferences
Declaration
public List<ExternalReference> ExternalReferences { get; set; }
Property Value
|
Improve this Doc
View Source
Organization
Declaration
public OrganizationalEntity Organization { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
ShouldSerializeExternalReferences()
Declaration
public bool ShouldSerializeExternalReferences()
Returns
Type |
Description |
System.Boolean |
|