ConsumptionMetersCriteria Class |
Namespace: Tse.EasyBook.Server.DataContracts.OwnerLogin
public class ConsumptionMetersCriteria : OwnerLoginBaseCriteria
The ConsumptionMetersCriteria type exposes the following members.
| Name | Description | |
|---|---|---|
| ConsumptionMetersCriteria |
| Name | Description | |
|---|---|---|
| EndDate |
If defined will only return consumptionmeterreadings which has taken before or equal this date
| |
| IncludeReadingsNotFromOwner |
If defined all consumptionmeterreadings made on the rentalobject will be included
| |
| ProfileId |
The profileid of the owner
(Inherited from OwnerLoginBaseCriteria.) | |
| RentalObjectNo |
Optional field where if it's defined only consumtionmeters for this particular rentalobject will be returned
| |
| StartDate |
If defined will only return consumptionmeterreadings which has taken aften or equal this date
|