Class EnergyConsumption
Inheritance
System.Object
EnergyConsumption
Assembly: CycloneDX.Core.dll
Syntax
public class EnergyConsumption : object
Properties
|
Improve this Doc
View Source
Activity
Declaration
public ActivityType Activity { get; set; }
Property Value
|
Improve this Doc
View Source
ActivityEnergyCost
Declaration
public EnergyMeasure ActivityEnergyCost { get; set; }
Property Value
|
Improve this Doc
View Source
Co2CostEquivalent
Declaration
public Co2Measure Co2CostEquivalent { get; set; }
Property Value
|
Improve this Doc
View Source
Co2CostOffset
Declaration
public Co2Measure Co2CostOffset { get; set; }
Property Value
|
Improve this Doc
View Source
EnergyProviders
Declaration
public List<EnergyProvider> EnergyProviders { get; set; }
Property Value
|
Improve this Doc
View Source
Properties
Declaration
public List<Property> Properties { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
ShouldSerializeProperties()
Declaration
public bool ShouldSerializeProperties()
Returns
Type |
Description |
System.Boolean |
|