Click or drag to resize

IPluginIntegrationService Interface

Service provides integration features.

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

The IPluginIntegrationService type exposes the following members.

Methods
 NameDescription
Public methodGetApplicationVersion Gets version of the Syrve POS 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 methodGetMainApplicationProcessId Gets main application process ID.
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 Syrve POS application.
Public methodUpdatePluginSettings Updates plugin settings. Makes a call to Instance Server, so it should be available.
Top
See Also