Click or drag to resize

CancellationAndRateWeb Class

Data contract for and cancellaton date combined with a possible cancellation discount rate applicable for the date of cancellation
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContractsCancellationAndRateWeb

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 CancellationAndRateWeb : DataContractEntityWeb

The CancellationAndRateWeb type exposes the following members.

Constructors
  NameDescription
Public methodCancellationAndRateWeb
Top
Properties
  NameDescription
Public propertyDate
Cancellation date
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyRate
Percentage rate for the cancellation discount
Top
Remarks
Cancellation rates are used for calculation a cancellation discount. Cancellation discounts are potentially available if a tennancy is booked on top of a previous cancellation.
See Also