Click or drag to resize

IPluginIntegrationService Interface

Service provides integration features.

Namespace:  Resto.Front.Api.V4
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.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 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.)
Top
See Also