VacancyOptionsWeb Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class VacancyOptionsWeb : DataContractEntityWeb
The VacancyOptionsWeb type exposes the following members.
| Name | Description | |
|---|---|---|
| VacancyOptionsWeb |
| Name | Description | |
|---|---|---|
| ArrivalFromDate |
The first arrival date to check
| |
| ArrivalWeekday |
Weekday of vacancy to check. If null the default arrival day on the rental object is used.
| |
| Days |
Duration of vacancy in days
| |
| DaysTo | ||
| Id |
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.) | |
| IgnoreVacancy |
Whether or not to ignore vacancy
| |
| IgnoreVacationTypes |
Whether or not to ignore rules defined in vacation types
| |
| MaxAdjustAlternativeArrivalDates |
The maximum amount of days to adjust the arrival date in order to find alternative dates
| |
| SearchType |
How to check for vacancy
| |
| WindowToDate |
The upper bound of the search window to check
|