Click or drag to resize

RentalObjectVacancyWeb Class

The rental object calendar.
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 RentalObjectVacancyWeb : RentalObjectBaseWeb

The RentalObjectVacancyWeb type exposes the following members.

Constructors
  NameDescription
Public methodRentalObjectVacancyWeb
Top
Properties
  NameDescription
Public propertyActiveIntervals
A list of periods that this rental object is available for booking. For instance 01-01-2013 to 31-12-2013. Please note that the property Calendar is still nescessary to determine which periods within the active interval are not vacant.
Public propertyActiveIntervalsTimes
A list of periods for arrival- and departure-times.
Public propertyBcode
Agency code. Used to distinguish subset of houses.
(Inherited from RentalObjectBaseWeb.)
Public propertyCalendar
Calendar expressed as a series of non-vacant calendar entries. These date intervals can *not* be booked!
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyRentalObjectNo
A unique identifier for the rental object.
(Inherited from RentalObjectBaseWeb.)
Public propertyWeeks
Calendar expressed as a series of both vacant and non-vacant weeks based on the rental objects preferred arrival weekday.
Top
See Also