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 SourceEinheit
Unit (Einheit) to be taken into account.
Declaration
public Mengeneinheit Einheit { get; set; }
Property Value
Type | Description |
---|---|
Mengeneinheit |
Obis
OBIS ID (Obiskennzahl) to be taken into account.
Declaration
public string Obis { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReferenceTimeFrame
reference time frame to be analysed
Declaration
public Zeitraum ReferenceTimeFrame { get; set; }
Property Value
Type | Description |
---|---|
Zeitraum |
Wertermittlungsverfahren
Wertermittlungsverfahren (Wertermittlungsverfahren) to be taken into account.
Declaration
public Wertermittlungsverfahren Wertermittlungsverfahren { get; set; }
Property Value
Type | Description |
---|---|
Wertermittlungsverfahren |