Click or drag to resize

RentalObjectsIntervalCriteria Class

Criteria for partner feed methods requiring an interval of RentalObject numbers and date interval
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsRentalObjectsIntervalCriteria
      Tse.EasyBook.Server.DataContractsRentalObjectsCalendarCriteria

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 RentalObjectsIntervalCriteria : DataContractBase

The RentalObjectsIntervalCriteria type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAcceptDatesUnchanged
Must the method BookingManager.SearchRentalObjects accept the DateFrom and DateTo values without changing them(true) or not(false)
Public propertyChangeTimestamp
Return only results that have changes after the requested date or all results if the input parameter is null.
Public propertyCountryIsoCode
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.
Public propertyDateFrom
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.
Public propertyDateTo
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.
Public propertyHasMinimumPrice
If true: Rental object must have a minimum price. If false: Rental object must NOT have a minimum price. Ignored if null.
Public propertyRegionIds
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.
Public propertyRentalObjectNoEnd
End number for rental objects to return.
Public propertyRentalObjectNoStart
Start number for rental objects to return.
Top
See Also