Class Zaehlwerk
Mit dieser Komponente werden Zählwerke modelliert.
Inheritance
System.Object
Zaehlwerk
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
|
Improve this Doc
View Source
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
|
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
Declaration
public Energierichtung Richtung { get; set; }
Property Value
|
Improve this Doc
View Source
Schwachlastfaehig
Declaration
public Schwachlastfaehig? Schwachlastfaehig { get; set; }
Property Value
|
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
|
Improve this Doc
View Source
Verbrauchsart
Stromverbrauchsart/Verbrauchsart Marktlokation
Declaration
public Verbrauchsart? Verbrauchsart { get; set; }
Property Value
|
Improve this Doc
View Source
Verwendungszwecke
Verwendungungszweck der Werte Marktlokation
Declaration
public List<Verwendungszweck> Verwendungszwecke { get; set; }
Property Value
|
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
Stromverbrauchsart/Wärmenutzung Marktlokation
Declaration
public Waermenutzung? Waermenutzung { get; set; }
Property Value
|
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