Class PlausibilityReport.PlausibilityReportConfiguration
This data class contains all the data required to start the PlausibilityReport generation. It's easier to handle than four single parameters passed to the constructor of the Plausibility Report.
Inheritance
System.Object
PlausibilityReport.PlausibilityReportConfiguration
Namespace: BO4E.Reporting
Assembly: BO4E-dotnet.Reporting.dll
Syntax
public class PlausibilityReportConfiguration : object
Properties
| Improve this Doc View SourceIgnoreLocation
set true to ignore if Energiemenge do have different LokationsId or LokationsTyp
Declaration
public bool IgnoreLocation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Other
Energiemenge to be compared with the reference Energiemenge
Declaration
public Energiemenge Other { get; set; }
Property Value
Type | Description |
---|---|
Energiemenge |
Timeframe
reference time frame
Declaration
public Zeitraum Timeframe { get; set; }
Property Value
Type | Description |
---|---|
Zeitraum |