Show / Hide Table of Contents

Class Vertragskonditionen

Abbildung für Vertragskonditionen. Die Komponente wird sowohl im Vertrag als auch im Tarif verwendet.

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

Properties

| Improve this Doc View Source

Abschlagszyklus

In diesen Zyklen werden Abschläge gestellt. Details Zeitraum. Alternativ kann auch die Anzahl in den Konditionen angeben werden."

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

AnzahlAbschlaege

Anzahl der vereinbarten Abschläge pro Jahr, z.B. 12

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

Beschreibung

Freitext zur Beschreibung der Konditionen, z.B. "Standardkonditionen Gas"

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

GeplanteTurnusablesung

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

Haushaltskunde

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

Kuendigungsfrist

Innerhalb dieser Frist kann der Vertrag gekündigt werden. Details Zeitraum

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

Netznutzungsabrechnung

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

NetznutzungsabrechnungIntervall

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

Netznutzungsabrechnungsgrundlage

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

Netznutzungsabrechnungsvariante

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

Netznutzungsvertrag

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

Netznutzungszahler

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

StartAbrechnungsjahr

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

TurnusablesungIntervall

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

Vertragslaufzeit

Über diesen Zeitraum läuft der Vertrag. Details Zeitraum

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

Vertragsverlaengerung

Falls der Vertrag nicht gekündigt wird, verlängert er sich automatisch um die hier angegebene Zeit. Details Zeitraum

Declaration
public Zeitraum Vertragsverlaengerung { get; set; }
Property Value
Type Description
Zeitraum

Extension Methods

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