Show / Hide Table of Contents

Class PlausibilityReport

A plausibility report contains information about how likely it is that two objects of of the type Energiemenge are actually from the same source. Typically you'd like to compare Energiemenge from meter readings with different graining. E.g. values that are transmitted periodically in 15minute intervals and isolated readings.

Inheritance
System.Object
BusinessObject
Report
PlausibilityReport
Inherited Members
Report.ToCsv(Char, Boolean, String, List<Dictionary<String, String>>)
BusinessObject.BoTyp
BusinessObject.USER_PROPERTIES_NAME
BusinessObject.UserProperties
BusinessObject.GetBoTyp()
BusinessObject.SetBoTyp(String)
BusinessObject.versionStruktur
BusinessObject.guid
BusinessObject.GetJsonScheme()
BusinessObject.GetJsonSchema(Type)
BusinessObject.GetURI(Boolean)
BusinessObject.GetBoKeyNames()
BusinessObject.GetBoKeyNames(Type)
BusinessObject.GetExpandablePropertyNames(Type)
BusinessObject.GetExpandableFieldNames(String)
BusinessObject.GetExpandablePropertyNames(Type, Boolean)
BusinessObject.GetBoKeys()
BusinessObject.GetBoKeyProps(Type)
BusinessObject.Equals(Object)
BusinessObject.Equals(BusinessObject)
BusinessObject.GetHashCode()
BusinessObject.DeserializationFixes(StreamingContext)
BusinessObject.IsValid()
Namespace: BO4E.Reporting
Assembly: BO4E-dotnet.Reporting.dll
Syntax
public class PlausibilityReport : Report

Properties

| Improve this Doc View Source

AbsoluteDeviation

absolute value of the difference between Wert of VerbrauchReference and VerbrauchOther

Declaration
public decimal AbsoluteDeviation { get; set; }
Property Value
Type Description
System.Decimal
| Improve this Doc View Source

AbsoluteDeviationEinheit

unit of AbsoluteDeviation

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

LokationsId

refers to a LokationsId

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

ReferenceTimeFrame

all information is normalised to this reference time frame

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

RelativeDeviation

relative deviation of both Energiemengen within ReferenceTimeFrame. Null iff the Wert of VerbrauchReference is 0.

Declaration
public decimal? RelativeDeviation { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>
Examples

0 = equal consumption +1 = other Energiemenge has twice the consumption of the reference -1 = other Energiemenge has 0 consumption

| Improve this Doc View Source

VerbrauchOther

Verbrauch of another Energiemenge

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

VerbrauchReference

Verbrauch of the reference Energiemenge

Declaration
public Verbrauch VerbrauchReference { get; set; }
Property Value
Type Description
Verbrauch

Extension Methods

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