SearchCriteriaVacationTypes Property |
When one or more vacation type Id(s) are added to this list, the search result will only contain rental objects that have at least one of the requested vacation types.
The following rules apply for the 3 different search types:
1) Specific search: The vacation type is available for one or more days within the searched booking period
2) Wide search: The vacation type is available for one or more days wihtin the specified search window
3) Periodless search: The vacation type is available for one or more days after the current date
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)
Syntaxpublic IList<int> VacationTypes { get; set; }
Property Value
Type:
IListInt32
See Also