Show / Hide Table of Contents

Class Preisgarantie

Definition für eine Preisgarantie mit der Möglichkeit verschiedener Ausprägungen.

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

Properties

| Improve this Doc View Source

Beschreibung

Freitext zur Beschreibung der Preisgarantie

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

Preisgarantietyp

Festlegung, auf welche Preisbestandteile die Garantie gewährt wird. Details Preisgarantietyp

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

ZeitlicheGueltigkeit

Zeitraum, bis zu dem die Preisgarantie gilt, z.B. bis zu einem absolutem / fixem Datum oder als Laufzeit in Monaten. Details Zeitraum

Declaration
public Zeitraum ZeitlicheGueltigkeit { 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