Click or drag to resize

ArticlesCriteria Class

Criteria class used in the "Articles" service method.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsArticlesCriteria

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

The ArticlesCriteria type exposes the following members.

Constructors
  NameDescription
Public methodArticlesCriteria
Top
Properties
  NameDescription
Public propertyArrivalDate
The arrival date of the potential booking
Public propertyCurrencyIsoCode
The currency which the prices must be returned in
Public propertyDepartureDate
The departure date of the potential booking.
Public propertyRentalObjectNo
The rental object number for which the article list is to be returned
Top
Remarks
The list of available articles for purchase for any given rental object is dynamic based on the requested arrival/departure date. This means that the minimum required criteria to return a correct articles list are: Arrival/Departure date, rental object number and a currency code
See Also