Show / Hide Table of Contents

Class Zaehler

Mit diesem Geschäftsobjekt wird die Information zu einem Zähler abgebildet.

Inheritance
System.Object
BusinessObject
Zaehler
Inherited Members
BusinessObject.BoTyp
BusinessObject.USER_PROPERTIES_NAME
BusinessObject.UserProperties
BusinessObject.GetBoTyp()
BusinessObject.SetBoTyp(String)
BusinessObject.versionStruktur
BusinessObject.guid
BusinessObject.GetJsonScheme()
BusinessObject.GetJsonSchema(Type)
BusinessObject.GetURI(Boolean)
BusinessObject.GetBoKeyNames()
BusinessObject.GetBoKeyNames(Type)
BusinessObject.GetExpandablePropertyNames(Type)
BusinessObject.GetExpandableFieldNames(String)
BusinessObject.GetExpandablePropertyNames(Type, Boolean)
BusinessObject.GetBoKeys()
BusinessObject.GetBoKeyProps(Type)
BusinessObject.Equals(Object)
BusinessObject.Equals(BusinessObject)
BusinessObject.GetHashCode()
BusinessObject.DeserializationFixes(StreamingContext)
BusinessObject.IsValid()
Namespace: BO4E.BO
Assembly: BO4Enet.dll
Syntax
public class Zaehler : BusinessObject

Properties

| Improve this Doc View Source

EichungBis

Bis zu diesem Datum ist der Zähler geeicht.

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

Fernschaltung

Fernschaltung

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

Gateway

Referenz auf das Smartmeter-Gateway

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

LetzteEichung

Zu diesem Datum fand die letzte Eichprüfung des Zählers statt.

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

Messwerterfassung

Messwerterfassung am Zählpunkt

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

Sparte

Strom oder Gas. Sparte

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

Tarifart

Spezifikation bezüglich unterstützter Tarifarten. Tarifart

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

Zaehlerauspraegung

Spezifikation die Richtung des Zählers betreffend. Zaehlerauspraegung

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

Zaehlerhersteller

Der Hersteller des Zählers. Details Geschaeftspartner

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

zaehlerkonstante

Zählerkonstante auf dem Zähler.

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

Zaehlernummer

Nummerierung des Zählers, vergeben durch den Messstellenbetreiber

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

Zaehlertyp

Typisierung des Zählers Zaehlertyp

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

Zaehlwerke

Die Zählwerke des Zählers. Zaehlwerk

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

Extension Methods

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