Click or drag to resize

IBookingWcfServiceRentalObjectsArticles Method

Returns a list of ArticleWeb containing possible articles and prices in all currencies that can be ordered based on the supplied input criteria

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#
RentalObjectsArticlesResult RentalObjectsArticles(
	RentalObjectsIntervalCriteria criteria
)

Parameters

criteria
Type: Tse.EasyBook.Server.DataContractsRentalObjectsIntervalCriteria
The input criteria

Return Value

Type: RentalObjectsArticlesResult
A list of possible articles for the range of rental objects specified, or all possible articles for all rental objects if no criteria is specified.
See Also