IPluginIntegrationService Interface |
Namespace: Resto.Front.Api.V5
public interface IPluginIntegrationService
The IPluginIntegrationService type exposes the following members.
| Name | Description | |
|---|---|---|
| AddButton |
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.
| |
| GetConfigsDirectoryPath | ||
| GetDataStorageDirectoryPath | ||
| GetPaymentProcessorSettingsKey |
Get PluginKey to use with settings of payment processor.
| |
| GetPluginSettings |
Gets plugin settings by specified plugin key and bound entity id.
| |
| UpdatePluginSettings |
Updates plugin settings. Makes a call to iikoRMS Server, so it should be available.
|
| Name | Description | |
|---|---|---|
| AddButton |
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.) |