RentalObjectsIntervalCriteria Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class RentalObjectsIntervalCriteria : DataContractBase
The RentalObjectsIntervalCriteria type exposes the following members.
Name | Description | |
---|---|---|
![]() | RentalObjectsIntervalCriteria |
Name | Description | |
---|---|---|
![]() | AcceptDatesUnchanged |
Must the method BookingManager.SearchRentalObjects accept the DateFrom and DateTo values without changing them(true) or not(false)
|
![]() | ChangeTimestamp |
Return only results that have changes after the requested date or all results if the input parameter is null.
|
![]() | 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.
|
![]() | DateFrom | |
![]() | DateTo | |
![]() | HasMinimumPrice |
If true: Rental object must have a minimum price. If false: Rental object must NOT have a minimum price. Ignored if null.
|
![]() | 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.
|
![]() | RentalObjectNoEnd |
End number for rental objects to return.
|
![]() | RentalObjectNoStart |
Start number for rental objects to return.
|