Click or drag to resize

IOperationServiceAddClientToOrder Method

Returns true if client is bound to the order.

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

Parameters

credentials
Type: Resto.Front.Api.Data.SecurityICredentials
The credentials returned by AuthenticateByPin(String) method.
order
Type: Resto.Front.Api.Data.OrdersIOrder
Order to bind the client.
client
Type: Resto.Front.Api.Data.BrdIClient
The client will be bound to the order.

Return Value

Type: Boolean
See Also