Click or drag to resize

IBookingAuthenticateWcfServiceAttractions Method

Get list of all attractions for the supplied rental object in the currency. If an origin and max distance are supplied only those attractions that are within range are returned

Namespace:  Tse.EasyBook.Server.WcfContracts.WebClient
Assembly:  Tse.EasyBook.Server.WcfContracts (in Tse.EasyBook.Server.WcfContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
IList<AttractionWeb> Attractions(
	AttractionsCriteria attractionsCriteria
)

Parameters

attractionsCriteria
Type: Tse.EasyBook.Server.DataContractsAttractionsCriteria

[Missing <param name="attractionsCriteria"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateWcfService.Attractions(Tse.EasyBook.Server.DataContracts.AttractionsCriteria)"]

Return Value

Type: IListAttractionWeb

[Missing <returns> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateWcfService.Attractions(Tse.EasyBook.Server.DataContracts.AttractionsCriteria)"]

See Also