Show / Hide Table of Contents

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 Source

IgnoreLocation

set true to ignore if Energiemenge do have different LokationsId or LokationsTyp

Declaration
public bool IgnoreLocation { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Other

Energiemenge to be compared with the reference Energiemenge

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

Timeframe

reference time frame

Declaration
public Zeitraum Timeframe { get; set; }
Property Value
Type Description
Zeitraum

Extension Methods

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