Click or drag to resize

RentalObjectsCalendarCriteria Class

Criteria for partner feed methods for returning calendar data.
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 RentalObjectsCalendarCriteria : RentalObjectsIntervalCriteria

The RentalObjectsCalendarCriteria 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)
(Inherited from RentalObjectsIntervalCriteria.)
Public propertyChangeTimestamp
Return only results that have changes after the requested date or all results if the input parameter is null.
(Inherited from RentalObjectsIntervalCriteria.)
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.
(Inherited from RentalObjectsIntervalCriteria.)
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.
(Inherited from RentalObjectsIntervalCriteria.)
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.
(Inherited from RentalObjectsIntervalCriteria.)
Public propertyHasMinimumPrice
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.)
Public propertyIncludeRentalAgreementInfo
If true, "RentalObjectVacancyWeb.Calendar.RentalAgreementInfo" will be returned.
Public propertyIncludeWeeks
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.
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.
(Inherited from RentalObjectsIntervalCriteria.)
Public propertyRentalObjectNoEnd
End number for rental objects to return.
(Inherited from RentalObjectsIntervalCriteria.)
Public propertyRentalObjectNoStart
Start number for rental objects to return.
(Inherited from RentalObjectsIntervalCriteria.)
Top
See Also