Show / Hide Table of Contents

Class Zaehlwerk

Mit dieser Komponente werden Zählwerke modelliert.

Inheritance
System.Object
COM
Zaehlwerk
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 Zaehlwerk : COM

Properties

| Improve this Doc View Source

Bezeichnung

Zusätzliche Bezeichnung, z.B. Zählwerk_Wirkarbeit.

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

Einheit

Die Einheit der gemessenen Größe, z.B. kWh. Details Mengeneinheit

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

Kennzahl

Obis kennzahl

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

Konzessionsabgabe

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

Nachkommastelle

Declaration
public int? Nachkommastelle { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

ObisKennzahl

Die OBIS-Kennzahl für das Zählwerk, die festlegt, welche auf die gemessene Größe mit dem Stand gemeldet wird. Nur Zählwerkstände mit dieser OBIS-Kennzahl werden an diesem Zählwerk registriert. Beispiel:1-0:1.8.1 für elektrische Wirkarbeit.

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

Richtung

Die Energierichtung, Einspeisung oder Ausspeisung. Details Energierichtung

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

Schwachlastfaehig

schwachlastfaehig

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

Steuerbefreit

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

Unterbrechbarkeit

Stromverbrauchsart/Unterbrechbarkeit Marktlokation

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

Verbrauchsart

Stromverbrauchsart/Verbrauchsart Marktlokation

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

Verwendungszwecke

Verwendungungszweck der Werte Marktlokation

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

Vorkommastelle

Declaration
public int? Vorkommastelle { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

Waermenutzung

Stromverbrauchsart/Wärmenutzung Marktlokation

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

Wandlerfaktor

Mit diesem Faktor wird eine Zählerstandsdifferenz multipliziert, um zum eigentlichen Verbrauch im Zeitraum zu kommen.

Declaration
public decimal Wandlerfaktor { get; set; }
Property Value
Type Description
System.Decimal
| Improve this Doc View Source

ZaehlwerkId

Identifikation des Zählwerks (Registers) innerhalb des Zählers. Oftmals eine laufende Nummer hinter der Zählernummer. Z.B. 47110815_1

Declaration
public string ZaehlwerkId { 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