Click or drag to resize

EditConsumptionMeterCriteria 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.OwnerLoginEditConsumptionMeterCriteria

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

The EditConsumptionMeterCriteria 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 propertyId
The id of the reading that is going to be edited, has to be filled out
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 propertyRentalObjectNo
The rentalobject number
(Inherited from OwnerLoginRentalObjectCriteria.)
Top
See Also