Show / Hide Table of Contents

Class EnergyConsumption

Inheritance
object
EnergyConsumption
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class EnergyConsumption

Properties

| Edit this page View Source

Activity

Declaration
[ProtoMember(1)]
public ActivityType Activity { get; set; }
Property Value
Type Description
ActivityType
| Edit this page View Source

ActivityEnergyCost

Declaration
[ProtoMember(3)]
public EnergyMeasure ActivityEnergyCost { get; set; }
Property Value
Type Description
EnergyMeasure
| Edit this page View Source

Co2CostEquivalent

Declaration
[ProtoMember(4)]
public Co2Measure Co2CostEquivalent { get; set; }
Property Value
Type Description
Co2Measure
| Edit this page View Source

Co2CostOffset

Declaration
[ProtoMember(5)]
public Co2Measure Co2CostOffset { get; set; }
Property Value
Type Description
Co2Measure
| Edit this page View Source

EnergyProviders

Declaration
[ProtoMember(2)]
public List<EnergyProvider> EnergyProviders { get; set; }
Property Value
Type Description
List<EnergyProvider>
| Edit this page View Source

Properties

Declaration
[ProtoMember(6)]
public List<Property> Properties { get; set; }
Property Value
Type Description
List<Property>

Methods

| Edit this page View Source

ShouldSerializeProperties()

Declaration
public bool ShouldSerializeProperties()
Returns
Type Description
bool
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX