Click or drag to resize

CreateConsumptionMeterCriteria Class

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

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 CreateConsumptionMeterCriteria : ConsumptionMeterCriteriaBase

The CreateConsumptionMeterCriteria type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCreatedByOwner
Whether or not the reading has been created by an owner
(Inherited from ConsumptionMeterCriteriaBase.)
Public propertyMeterType
The consumptionmeter of the reading
Public propertyMeterValue
Value of the reading
(Inherited from ConsumptionMeterCriteriaBase.)
Public propertyOwnerComment
Comment registered by owner of this particular reading
(Inherited from ConsumptionMeterCriteriaBase.)
Public propertyProfileId
The profileid of the owner
(Inherited from OwnerLoginBaseCriteria.)
Public propertyReadingDate
What date has the particular reading been created, if null it defaults to now
Public propertyRentalObjectNo
The rentalobject number
(Inherited from OwnerLoginRentalObjectCriteria.)
Top
See Also