IPluginIntegrationService Interface |
Namespace: Resto.Front.Api
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 Syrve POS restarts or you will dispose method's return value.
|
![]() | AddButtonOnClosedOrderView |
Adds action button to display it in the closed order details screen. Button will be automatically removed on Syrve POS restarts or you will dispose method's return value.
|
![]() | AddButtonOnPastOrderView |
Adds action button to display it in the past order screen. Button will be automatically removed on Syrve POS 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 SyrveRMS Server, so it should be available.
|
Name | Description | |
---|---|---|
![]() | AddButton |
Adds action button to display it in plugin menu. Button will be automatically removed on Syrve POS restarts or you will dispose method's return value.
(Defined by PluginIntegrationServiceExtensions.) |
![]() | AddButtonOnClosedOrderView |
Adds action button to display it in the closed order details screen. Button will be automatically removed on Syrve POS restarts or you will dispose method's return value.
(Defined by PluginIntegrationServiceExtensions.) |
![]() | AddButtonOnPastOrderView |
Adds action button to display it in the past order details screen. Button will be automatically removed on Syrve POS restarts or you will dispose method's return value.
(Defined by PluginIntegrationServiceExtensions.) |