Show / Hide Table of Contents

Class Preis

Preis

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

Properties

| Improve this Doc View Source

Bezugswert

Angabe, für welche Bezugsgröße der Preis gilt. Z.B. kWh. Mengeneinheit

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

Einheit

Währungseinheit für den Preis, z.B. Euro oder Ct. Details Waehrungseinheit

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

Status

Gibt den Status des veröffentlichten Preises an

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

Wert

Gibt die nomiale Höhe des Preises an.

Declaration
public decimal Wert { 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