RentalObjectsCalendarCriteria Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class RentalObjectsCalendarCriteria : RentalObjectsIntervalCriteria
The RentalObjectsCalendarCriteria type exposes the following members.
Name | Description | |
---|---|---|
![]() | RentalObjectsCalendarCriteria |
Name | Description | |
---|---|---|
![]() | AcceptDatesUnchanged |
Must the method BookingManager.SearchRentalObjects accept the DateFrom and DateTo values without changing them(true) or not(false)
(Inherited from RentalObjectsIntervalCriteria.) |
![]() | ChangeTimestamp |
Return only results that have changes after the requested date or all results if the input parameter is null.
(Inherited from RentalObjectsIntervalCriteria.) |
![]() | CountryIsoCode |
Country ISO(ISO 3166-1 alpha 2 standard) code from which to retrieve Rental Objects. If null all Rental Objects are retrieved regardless of country.
(Inherited from RentalObjectsIntervalCriteria.) |
![]() | DateFrom |
Include rental objects that can be rented at a equal to or later than this date.
Only rental objects are returned that are active in the agencies portfolio during the DateFrom and DateTo date interval are returned.
(Inherited from RentalObjectsIntervalCriteria.) |
![]() | DateTo |
Include rental objects that can be rented at a date equal to or earlier than this date.
Only rental objects are returned that are active in the agencies portfolio during the DateFrom and DateTo date interval are returned.
(Inherited from RentalObjectsIntervalCriteria.) |
![]() | HasMinimumPrice |
If true: Rental object must have a minimum price. If false: Rental object must NOT have a minimum price. Ignored if null.
(Inherited from RentalObjectsIntervalCriteria.) |
![]() | IncludeRentalAgreementInfo |
If true, "RentalObjectVacancyWeb.Calendar.RentalAgreementInfo"
will be returned.
|
![]() | IncludeWeeks |
If true, the "Weeks" list is also returned.
Weeks is a series of both vacant and non-vacant weeks
based on the rental objects preferred arrival weekday.
|
![]() | RegionIds |
A List of region ids from which to retrieve Rental Objects. If the list is empty all Rental Objects are retrieved regardless of region.
If CountryIsoCode is empty this list is ignored. Otherwise the region ids must belong to the specified country or be empty.
(Inherited from RentalObjectsIntervalCriteria.) |
![]() | RentalObjectNoEnd |
End number for rental objects to return.
(Inherited from RentalObjectsIntervalCriteria.) |
![]() | RentalObjectNoStart |
Start number for rental objects to return.
(Inherited from RentalObjectsIntervalCriteria.) |