Show / Hide Table of Contents

Class AufAbschlag

Modell für die preiserhöhenden (Aufschlag) bzw. preisvermindernden (Abschlag) Zusatzvereinbarungen, die individuell zu einem neuen oder bestehenden Liefervertrag abgeschlossen wurden.

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

Properties

| Improve this Doc View Source

AufAbschlagstyp

Typ des Aufabschlages (z.B. absolut oder prozentual). Details AufAbschlagstyp

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

aufAbschlagsziel

Diesem Preis oder den Kosten ist der Auf/Abschlag zugeordnet. Z.B. Arbeitspreis, Gesamtpreis etc.. Details AufAbschlagsziel

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

Beschreibung

Beschreibung zum Auf-/Abschlag

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

Bezeichnung

Bezeichnung des Auf-/Abschlags

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

Einheit

Gibt an in welcher Währungseinheit der Auf/Abschlag berechnet wird. Euro oder Ct.. (Nur im Falle absoluter Aufschlagstypen). Details Waehrungseinheit

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

Gueltigkeitszeitraum

Zeitraum, in dem der Abschlag zur Anwendung kommen kann. Details Zeitraum

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

Staffeln

Werte für die gestaffelten Auf/Abschläge. Details Preisstaffel

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

Website

Internetseite, auf der die Informationen zum Auf-/Abschlag veröffentlicht sind.

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