Click or drag to resize

ConsumptionMetersCriteria Class

Data contract for the input criteria for the "OwnerAccess" webservice.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContracts.OwnerLoginOwnerLoginBaseCriteria
      Tse.EasyBook.Server.DataContracts.OwnerLoginConsumptionMetersCriteria

Namespace:  Tse.EasyBook.Server.DataContracts.OwnerLogin
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class ConsumptionMetersCriteria : OwnerLoginBaseCriteria

The ConsumptionMetersCriteria type exposes the following members.

Constructors
  NameDescription
Public methodConsumptionMetersCriteria
Top
Properties
  NameDescription
Public propertyEndDate
If defined will only return consumptionmeterreadings which has taken before or equal this date
Public propertyIncludeReadingsNotFromOwner
If defined all consumptionmeterreadings made on the rentalobject will be included
Public propertyProfileId
The profileid of the owner
(Inherited from OwnerLoginBaseCriteria.)
Public propertyRentalObjectNo
Optional field where if it's defined only consumtionmeters for this particular rentalobject will be returned
Public propertyStartDate
If defined will only return consumptionmeterreadings which has taken aften or equal this date
Top
See Also