ConsumptionMeterAveragesWeb Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class ConsumptionMeterAveragesWeb : DataContractEntityWeb
The ConsumptionMeterAveragesWeb type exposes the following members.
| Name | Description | |
|---|---|---|
| ConsumptionMeterAveragesWeb |
| Name | Description | |
|---|---|---|
| ArticleIds |
A list of the ArticleWeb ids, representing the sales prices for units of this consumption meter.
These articles can for example be found in ConsumptionArticles.
| |
| Id |
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.) | |
| MeterType |
Consumption meter type. One of the value names from ConsumptionMeterTypeWebEnum.
| |
| PerDayPerMonthAverages |
A list of the average consumption per day per month.
| |
| SummerAverage |
Daily average per summer season (april to september)
| |
| WinterAverage |
Daily average per winter season (october to march)
|