Class CompletenessReport
A completeness report contains information about the completeness of a pure
. In this context "pure" means, that the Energiemenge
does only contain one distinct set of (Obiskennzahl, Einheit,
Wertermittlungsverfahren).
Inheritance
System.Object
CompletenessReport
Assembly: BO4E-dotnet.Reporting.dll
Syntax
public class CompletenessReport : Report, IComparable<CompletenessReport>
Properties
|
Improve this Doc
View Source
Coverage
Declaration
public decimal? Coverage { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
|
Improve this Doc
View Source
Einheit
Declaration
public Mengeneinheit Einheit { get; set; }
Property Value
|
Improve this Doc
View Source
ErrorMessage
optional field for storing error messages
Declaration
public string ErrorMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Gaps
gaps are continous values (Values) with value null.
Declaration
public List<CompletenessReport.BasicVerbrauch> Gaps { get; set; }
Property Value
|
Improve this Doc
View Source
LokationsId
Declaration
public string LokationsId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Obiskennzahl
Declaration
public string Obiskennzahl { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ReferenceTimeFrame
all information like e.g. Coverage is normalised to this reference time frame.
Must only be null if an error occurred and ErrorMessage is not null.
Declaration
public Zeitraum ReferenceTimeFrame { get; set; }
Property Value
|
Improve this Doc
View Source
Values
Declaration
public List<CompletenessReport.BasicVerbrauch> Values { get; set; }
Property Value
|
Improve this Doc
View Source
wertermittlungsverfahren
Declaration
public Wertermittlungsverfahren wertermittlungsverfahren { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
CompareTo(CompletenessReport)
sorts two completeness reports such that those with earlier reference time are before others
Declaration
public int CompareTo(CompletenessReport other)
Parameters
Returns
Type |
Description |
System.Int32 |
|
Implements
IComparable<>
Extension Methods