Click or drag to resize

VacancyOptionsWeb Class

Data contract for vacancy search options
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContractsVacancyOptionsWeb

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 VacancyOptionsWeb : DataContractEntityWeb

The VacancyOptionsWeb type exposes the following members.

Constructors
  NameDescription
Public methodVacancyOptionsWeb
Top
Properties
  NameDescription
Public propertyArrivalFromDate
The first arrival date to check
Public propertyArrivalWeekday
Weekday of vacancy to check. If null the default arrival day on the rental object is used.
Public propertyDays
Duration of vacancy in days
Public propertyDaysTo
Maximum duration of vacancy in days. If this value is higher than Days and the search type is "All", then all vacation lengths between Days and DaysTo are examined
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyIgnoreVacancy
Whether or not to ignore vacancy
Public propertyIgnoreVacationTypes
Whether or not to ignore rules defined in vacation types
Public propertyMaxAdjustAlternativeArrivalDates
The maximum amount of days to adjust the arrival date in order to find alternative dates
Public propertySearchType
How to check for vacancy
Public propertyWindowToDate
The upper bound of the search window to check
Top
See Also