Click or drag to resize

IPluginIntegrationService Interface

Service provides integration features.

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

The IPluginIntegrationService type exposes the following members.

Methods
  NameDescription
Public methodGetApplicationVersion
Gets version of the iikoFront application.
Public methodGetConfigsDirectoryPath
Gets path to the directory where plugin should store it's configuration files (not a data).
Public methodGetDataStorageDirectoryPath
Gets path to the directory where plugin should store it's data.
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 methodGetSupportedApiVersions
Get a list of API version names, which are supported by the iikoFront application.
Public methodUpdatePluginSettings
Updates plugin settings. Makes a call to iikoRMS Server, so it should be available.
Top
See Also