Click or drag to resize

AttractionsCriteria Class

Data contract for the input criteria to the "Attractions" service
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsAttractionsCriteria

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

The AttractionsCriteria type exposes the following members.

Constructors
  NameDescription
Public methodAttractionsCriteria
Top
Properties
  NameDescription
Public propertyArrivalDate
Arrival date used to correctly fill the list of available ticket articles (and its corresponding price) for each attraction returned by the service method.
Public propertyCurrencyIsoCode
Currency ISO used to correctly fill the list of available ticket articles (and its corresponding price) for each attraction returned by the service method.
Public propertyDepartureDate
Departure date used to correctly fill the list of available ticket articles (and its corresponding price) for each attraction returned by the service method.
Public propertyMaxDistanceKm
The maximum distance the attractions can be positioned from the origin in km.
Public propertyOrigin
The GPS coordinate from which to calculate the max distance to.
Top
See Also