Show / Hide Table of Contents

Class Preisstaffel

Gibt die Staffelgrenzen der jeweiligen Preise an.

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

Properties

| Improve this Doc View Source

Einheitspreis

Preis pro abgerechneter Mengeneinheit

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

Sigmoidparameter

Parameter zur Berechnung des Preises anhand der Jahresmenge und weiterer netzbezogener Parameter. Sigmoidparameter

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

StaffelgrenzeBis

Oberer Wert, bis zu dem die Staffel gilt.

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

StaffelgrenzeVon

Unterer Wert, ab dem die Staffel gilt.

Declaration
public decimal StaffelgrenzeVon { get; set; }
Property Value
Type Description
System.Decimal

Extension Methods

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