Click or drag to resize

IPluginIntegrationService Interface

Service provides integration features.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public interface IPluginIntegrationService

The IPluginIntegrationService type exposes the following members.

Methods
  NameDescription
Public methodAddButton
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 methodAddButtonOnClosedOrderView
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 methodAddButtonOnPastOrderView
Adds action button to display it in the past order screen. Button will be automatically removed on iikoFront restarts or you will dispose method's return value.
Public methodGetConfigsDirectoryPath
Public methodGetDataStorageDirectoryPath
Public methodGetPaymentProcessorSettingsKey
Get PluginKey to use with settings of payment processor.
Public methodGetPluginSettings
Gets plugin settings by specified plugin key and bound entity id.
Public methodUpdatePluginSettings
Updates plugin settings. Makes a call to iikoRMS Server, so it should be available.
Top
Extension Methods
  NameDescription
Public Extension MethodAddButton
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.
(Defined by PluginIntegrationServiceExtensions.)
Public Extension MethodAddButtonOnClosedOrderView
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.
(Defined by PluginIntegrationServiceExtensions.)
Public Extension MethodAddButtonOnPastOrderView
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.
(Defined by PluginIntegrationServiceExtensions.)
Top
See Also