Click or drag to resize

IViewManagerNavigateToOrderAfterOperation Method

Navigation to screen with given order after all plugin's operations in the context when current view manager is alive.

Namespace:  Resto.Front.Api.UI
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
void NavigateToOrderAfterOperation(
	IOrder order
)

Parameters

order
Type: Resto.Front.Api.Data.OrdersIOrder
Order to be navigated to.
See Also