Click or drag to resize

BookingAuthenticateWcfServiceRentalObjectsKeyLocations Method

Returns key locations for all requested 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<RentalObjectKeyDeliveryWeb> RentalObjectsKeyLocations(
	RentalObjectsIntervalCriteria criteria
)

Parameters

criteria
Type: Tse.EasyBook.Server.DataContractsRentalObjectsIntervalCriteria

[Missing <param name="criteria"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.BookingAuthenticateWcfService.RentalObjectsKeyLocations(Tse.EasyBook.Server.DataContracts.RentalObjectsIntervalCriteria)"]

Return Value

Type: IListRentalObjectKeyDeliveryWeb

[Missing <returns> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.BookingAuthenticateWcfService.RentalObjectsKeyLocations(Tse.EasyBook.Server.DataContracts.RentalObjectsIntervalCriteria)"]

Implements

IBookingAuthenticateWcfServiceRentalObjectsKeyLocations(RentalObjectsIntervalCriteria)
Exceptions
ExceptionCondition
FaultExceptionAuthorizationFault

The provided username and password is not authorized to call this service method

Fault may contain the following values:

ErrorCode.Error: An unspecified error happened in the server

See Also