Click or drag to resize

ConsumptionMeterWeb Class

Data contract for specific details about a consumption meter of a rental object.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContractsConsumptionMeterWeb

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class ConsumptionMeterWeb : DataContractEntityWeb

The ConsumptionMeterWeb type exposes the following members.

Constructors
  NameDescription
Public methodConsumptionMeterWeb
Top
Properties
  NameDescription
Public propertyComment
A comment indicating where the meter is located at or other relevant information
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyMeterType
Consumption meter type
Public propertySummerAverage
Daily average per summer season (april to september)
Public propertyUnit
The unit of the consumption meter (Kwh etc)
Public propertyWinterAverage
Daily average per winter season (october to march)
Top
See Also