Show / Hide Table of Contents

Class Energiemix

Zusammensetzung der gelieferten Energie aus den verschiedenen Primärenergieformen.

Inheritance
System.Object
COM
Energiemix
Inherited Members
COM.UserProperties
COM.Equals(Object)
COM.Equals(COM)
COM.GetHashCode()
COM.IsValid()
COM.Guid
Namespace: BO4E.COM
Assembly: BO4Enet.dll
Syntax
public class Energiemix : COM

Properties

| Improve this Doc View Source

Anteil

Anteile der jeweiligen Erzeugungsart. Details Energieherkunft

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

Atommuell

Höhe des erzeugten Atommülls in g/kWh.

Declaration
public decimal? Atommuell { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>
| Improve this Doc View Source

Bemerkung

Bemerkung zum Energiemix.

Declaration
public string Bemerkung { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Bezeichnung

Bezeichnung des Energiemix.

Declaration
public string Bezeichnung { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

CO2Emission

Höhe des erzeugten CO2-Ausstosses in g/kWh.

Declaration
public decimal? CO2Emission { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>
| Improve this Doc View Source

Energieart

Strom oder Gas etc.. Details Sparte

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

Energiemixnummer

Eindeutige Nummer zur Identifizierung des Energiemixes.

Declaration
public int Energiemixnummer { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Gueltigkeitsjahr

Jahr, für das der Energiemix gilt.

Declaration
public int Gueltigkeitsjahr { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Oekolabel

Ökolabel für den Energiemix. Details Oekolabel

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

OekoTopTen

Kennzeichen, ob der Versorger zu den Öko Top Ten gehört.

Declaration
public bool? OekoTopTen { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

oekozertifikat

Zertifikat für den Energiemix. Details Oekozertifikat

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

Website

Internetseite, auf der die Strommixdaten veröffentlicht sind.

Declaration
public string Website { get; set; }
Property Value
Type Description
System.String

Extension Methods

BusinessObjectExtensions.DeepClone<T>(T)
COMExtensions.DeepClone<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX