Click or drag to resize

IPluginIntegrationServiceAddButtonOnClosedOrderView Method

Adds action button to display it in the closed order details screen. Button will be automatically removed on Syrve POS restarts or you will dispose method's return value.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
IDisposable AddButtonOnClosedOrderView(
	ButtonOnClosedOrderView button
)

Parameters

button
Type: Resto.Front.Api.UIButtonOnClosedOrderView
Action Button to insert in plugins summary at 'Closed order datails screen' -> 'Additional'.

Return Value

Type: IDisposable
You may dispose result to remove button.
See Also