Click or drag to resize

CalendarEntryConsumptionWeb Class

The consumption for one consumption meter during the rental period on the rental agreement.
Inheritance Hierarchy
SystemObject
  Tse.EasyBook.Server.DataContractsCalendarEntryConsumptionWeb

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 CalendarEntryConsumptionWeb

The CalendarEntryConsumptionWeb type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyQuantity
The consumed number of Units.
Public propertyType
The name of the consumption article type. The possible names corresponds to the value names of this enum ConsumptionMeterTypeWebEnum
Public propertyUnit
The unit of the consumption.
Top
See Also