Click or drag to resize

PriceIntervalWeb Class

Data contract for price for a single week for a rental object.
Inheritance Hierarchy

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 PriceIntervalWeb : IntervalWeb

The PriceIntervalWeb type exposes the following members.

Constructors
  NameDescription
Public methodPriceIntervalWeb
Top
Properties
  NameDescription
Public propertyBasePriceAdjustments
Base price adjustments
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyOfferAdjustments
Adjustments of type offer
Public propertyPrices
The prices for renting a week in different currencies
Public propertyValidFrom
Start date
(Inherited from IntervalWeb.)
Public propertyValidTo
End date. If null, the interval is seen as having no expiration.
(Inherited from IntervalWeb.)
Top
See Also