ConsumptionMeterAvgPerDayWeb Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class ConsumptionMeterAvgPerDayWeb : DataContractEntityWeb
The ConsumptionMeterAvgPerDayWeb type exposes the following members.
| Name | Description | |
|---|---|---|
| ConsumptionMeterAvgPerDayWeb |
| Name | Description | |
|---|---|---|
| AvgValue |
The average consumption per day in the month specified by MonthNo.
| |
| Days |
The number of rental days this average calculation is based on.
| |
| Id |
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.) | |
| MaximumDate |
The maximum date of the rental days this average calculation is based on.
| |
| MinimumDate |
The minimum date of the rental days this average calculation is based on.
| |
| MonthName |
The name of the month in english.
| |
| MonthNo |
The number of the month: 1: January, 2: February, 3: March,... 12: December.
| |
| RentalsCount |
The number of rental intervals this average calculation is based on.
|