RentalObjectVacancyWeb Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class RentalObjectVacancyWeb : RentalObjectBaseWeb
The RentalObjectVacancyWeb type exposes the following members.
Name | Description | |
---|---|---|
![]() | RentalObjectVacancyWeb |
Name | Description | |
---|---|---|
![]() | ActiveIntervals |
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.
|
![]() | ActiveIntervalsTimes |
A list of periods for arrival- and departure-times.
|
![]() | Bcode |
Agency code. Used to distinguish subset of houses.
(Inherited from RentalObjectBaseWeb.) |
![]() | Calendar |
Calendar expressed as a series of non-vacant calendar entries. These date intervals can *not* be booked!
|
![]() | Id |
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.) |
![]() | RentalObjectNo |
A unique identifier for the rental object.
(Inherited from RentalObjectBaseWeb.) |
![]() | Weeks |
Calendar expressed as a series of both vacant and non-vacant weeks
based on the rental objects preferred arrival weekday.
|