Show / Hide Table of Contents

Class Angebotsposition

Unterhalb von Angebotsteilen sind die Angebotspositionen eingebunden. Hier werden die angebotenen Bestandteile einzeln aufgeführt. Beispiel:

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

Properties

| Improve this Doc View Source

Positionsbetrag

Kosten (PositionsPreis * PositionsStückzahl) für diese Angebotsposition. Details Betrag

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

Positionsbezeichung

Bezeichnung der jeweiligen Position des Angebotsteils.

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

Positionsmenge

Summe der Verbräuche (z.B. in kWh), die zu dieser Angebotsposition gehören. Details Menge

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

Positionspreis

Preis pro Einheit/Stückpreis der jeweiligen Angebotsposition. Details Preis

Declaration
public Preis Positionspreis { get; set; }
Property Value
Type Description
Preis

Extension Methods

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