Click or drag to resize

AttractionWeb Class

Contains information about an attraction.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContractsAttractionWeb

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 AttractionWeb : DataContractEntityWeb

The AttractionWeb type exposes the following members.

Constructors
  NameDescription
Public methodAttractionWeb
Top
Properties
  NameDescription
Public propertyAgeIntervals
A list of age intervals that the attraction operates with
Public propertyCoordinate
The GPS Coordinate of the attraction
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyName
The name of the attraction.
Public propertyTicketArticles
The list of available ticket articles. Can be empty if no ticket article is available for an attraction.
Public propertyTicketArticlesAvailable
If true, tickets are available for purchase for this specific attraction.
Top
Remarks
Attractions are point of interests like themeparks, museums and so on. Not all attractions returned by the "Attractions" service offers tickets to the attraction, but many do.
See Also