Show / Hide Table of Contents

Class Angebotsteil

Mit dieser Komponente wird ein Teil einer Angebotsvariante abgebildet. Hier werden alle Angebotspositionen aggregiert.

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

Properties

| Improve this Doc View Source

AnfrageSubreferenz

Identifizierung eines Subkapitels einer Anfrage, beispielsweise das Los einer Ausschreibung.

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

Gesamtkostenangebotsteil

Summe der Jahresenergiekosten aller in diesem Angebotsteil enthaltenen Lieferstellen. Details Betrag

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

Gesamtmengeangebotsteil

Summe der Verbräuche aller in diesem Angebotsteil eingeschlossenen Lieferstellen. Details Menge

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

Lieferstellenangebotsteil

Marktlokationen, für die dieses Angebotsteil gilt, falls vorhanden. Durch die Marktlokation ist auch die Lieferadresse festgelegt. Details Marktlokation

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

Positionen

Einzelne Positionen, die zu diesem Angebotsteil gehören. Details Angebotsposition

Declaration
public List<Angebotsposition> Positionen { get; set; }
Property Value
Type Description
List<Angebotsposition>

Extension Methods

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