Click or drag to resize

IBookingAuthenticateWcfServiceOrderInfoArrival Method

Get Order(s) for a customer and possible limit the orders returned on arrival date.

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#
IList<OrderWeb> OrderInfoArrival(
	OrderInfoArrivalCriteria criteria
)

Parameters

criteria
Type: OrderInfoArrivalCriteria

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

Return Value

Type: IListOrderWeb

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

See Also