Click or drag to resize

CleaningPricesWeb Class

Data contract for cleaning price within a fixed range of currencies
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsPricesWeb
      Tse.EasyBook.Server.DataContractsCleaningPricesWeb

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 CleaningPricesWeb : PricesWeb

The CleaningPricesWeb type exposes the following members.

Constructors
  NameDescription
Public methodCleaningPricesWeb
Top
Properties
  NameDescription
Public propertyDkk
Price in DKK
(Inherited from PricesWeb.)
Public propertyEnd
End date.
(Inherited from PricesWeb.)
Public propertyEur
Price in EUR
(Inherited from PricesWeb.)
Public propertyNok
Price in NOK
(Inherited from PricesWeb.)
Public propertyOptions
Possible values: Optional(0): The cleaning is optional and can be ordered for the rental object when performing a booking. A price for the cleaning is also specified. Included(1): The cleaning is included in the rental object price and cleaning is automatically added to the order. A price for the cleaning is not specified. OnSite(2): The cleaning is ordered on site. The cleaning can not be ordered when creating a booking. A price for the cleaning is not specified.
Public propertyOptionsAll
Public propertySek
Price in SEK
(Inherited from PricesWeb.)
Public propertyStart
Start date
(Inherited from PricesWeb.)
Top
See Also