Click or drag to resize

BookingWcfServiceRentalObjectsPictures Method

Returns a list of RentalObjectPictureWeb containing picture data for the matching rental objects.

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#
public IList<RentalObjectPictureWeb> RentalObjectsPictures(
	RentalObjectsIntervalCriteria criteria
)

Parameters

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

Return Value

Type: IListRentalObjectPictureWeb
A list of RentalObjectWeb objects containing base data for rental objects

Implements

IBookingWcfServiceRentalObjectsPictures(RentalObjectsIntervalCriteria)
Exceptions
ExceptionCondition
FaultExceptionFault may contain the following values:

ErrorCode.Error: An unspecified error happened in the server

See Also