Click or drag to resize

ConsumptionMeterCriteriaBase Class

Data contract for the input criteria for the "OwnerAccess" webservice.
Inheritance Hierarchy

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

The ConsumptionMeterCriteriaBase type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCreatedByOwner
Whether or not the reading has been created by an owner
Public propertyMeterValue
Value of the reading
Public propertyOwnerComment
Comment registered by owner of this particular reading
Public propertyProfileId
The profileid of the owner
(Inherited from OwnerLoginBaseCriteria.)
Public propertyRentalObjectNo
The rentalobject number
(Inherited from OwnerLoginRentalObjectCriteria.)
Top
See Also