Show / Hide Table of Contents

Class CompletenessReport.BasicVerbrauch

similar to Verbrauch but with less obligatory values.

Inheritance
System.Object
CompletenessReport.BasicVerbrauch
Namespace: BO4E.Reporting
Assembly: BO4E-dotnet.Reporting.dll
Syntax
public class BasicVerbrauch : object

Properties

| Improve this Doc View Source

Enddatum

Enddatum

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

Startdatum

Startdatum

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

Wert

Wert. Make it null to express no value present.

Declaration
public decimal? Wert { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

Extension Methods

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