Click or drag to resize

IBookingAuthenticateWcfServiceBooking Method

Performs a booking on a specific rental object for a specific date interval. All prices and additional purchased articles will be recalculated and a finished OrderWeb is returned if successful.

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#
OrderWeb Booking(
	BookingCriteria criteria
)

Parameters

criteria
Type: Tse.EasyBook.Server.DataContractsBookingCriteria

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

Return Value

Type: OrderWeb

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

See Also