Click or drag to resize

PluginIntegrationServiceExtensions Class

Inheritance Hierarchy
SystemObject
  Resto.Front.Api.ExtensionsPluginIntegrationServiceExtensions

Namespace:  Resto.Front.Api.Extensions
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public static class PluginIntegrationServiceExtensions

The PluginIntegrationServiceExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddButton
Adds action button to display it in plugin menu. Button will be automatically removed on iikoFront restarts or you will dispose method's return value.
Public methodStatic memberAddButtonOnClosedOrderView
Adds action button to display it in the closed order details screen. Button will be automatically removed on iikoFront restarts or you will dispose method's return value.
Public methodStatic memberAddButtonOnPastOrderView
Adds action button to display it in the past order details screen. Button will be automatically removed on iikoFront restarts or you will dispose method's return value.
Top
See Also