Show / Hide Table of Contents

Class EnergyConsumption

Inheritance
System.Object
EnergyConsumption
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class EnergyConsumption : object

Properties

| Improve this Doc View Source

Activity

Declaration
public ActivityType Activity { get; set; }
Property Value
Type Description
ActivityType
| Improve this Doc View Source

ActivityEnergyCost

Declaration
public EnergyMeasure ActivityEnergyCost { get; set; }
Property Value
Type Description
EnergyMeasure
| Improve this Doc View Source

Co2CostEquivalent

Declaration
public Co2Measure Co2CostEquivalent { get; set; }
Property Value
Type Description
Co2Measure
| Improve this Doc View Source

Co2CostOffset

Declaration
public Co2Measure Co2CostOffset { get; set; }
Property Value
Type Description
Co2Measure
| Improve this Doc View Source

EnergyProviders

Declaration
public List<EnergyProvider> EnergyProviders { get; set; }
Property Value
Type Description
List<EnergyProvider>
| Improve this Doc View Source

Properties

Declaration
public List<Property> Properties { get; set; }
Property Value
Type Description
List<Property>

Methods

| Improve this Doc View Source

ShouldSerializeProperties()

Declaration
public bool ShouldSerializeProperties()
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX