Click or drag to resize

IOperationService.AddClientToOrder Method

Returns true if client is bound to the order.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
bool AddClientToOrder(
	IOrder order,
	IClient client,
	ICredentials credentials
)

Parameters

order
Type: Resto.Front.Api.Data.Orders.IOrder
Order to bind the client.
client
Type: Resto.Front.Api.Data.Brd.IClient
The client will be bound to the order.
credentials
Type: Resto.Front.Api.Data.Security.ICredentials
The credentials returned by AuthenticateByPin(String) method.

Return Value

Type: Boolean
See Also