Click or drag to resize

BookingWcfServiceRentalObjectsText Method

Returns a list of RentalObjectTextWeb containing text 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<RentalObjectTextWeb> RentalObjectsText(
	RentalObjectsIntervalCriteria criteria
)

Parameters

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

Return Value

Type: IListRentalObjectTextWeb
A list of RentalObjectWeb objects containing text data for rental objects

Implements

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

ErrorCode.Error: An unspecified error happened in the server

See Also