Show / Hide Table of Contents

Class CompletenessReport.CompletenessReportConfiguration

This data class contains all the parameters required to start the CompletenessReport generation. It's easier to handle than four single parameters passed to the constructor of the CompletenessReport.

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

Properties

| Improve this Doc View Source

Einheit

Unit (Einheit) to be taken into account.

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

Obis

OBIS ID (Obiskennzahl) to be taken into account.

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

ReferenceTimeFrame

reference time frame to be analysed

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

Wertermittlungsverfahren

Wertermittlungsverfahren (Wertermittlungsverfahren) to be taken into account.

Declaration
public Wertermittlungsverfahren Wertermittlungsverfahren { get; set; }
Property Value
Type Description
Wertermittlungsverfahren

Extension Methods

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