Interfaces
| Interface | Description | |
|---|---|---|
| IFrontPlugin |
Common interface for every front plugin.
Derive from MarshalByRefObject and implement this interface to make front treat your class as plugin.
| |
| IInternalOperationService |
Contract for internal (privileged) operations.
| |
| ILicensingService |
Service provides access to plugin licensing.
| |
| INotificationService | ||
| IOnDemandConnectionService |
Interface can be used to connect plugin on-demand for the purpose of testing or debugging.
| |
| IOperationService | ||
| IPaymentDataContext |
Helper to work with plugin saved data in iiko storage.
| |
| IPluginIntegrationService | ||
| IReceiptPrinter |
Instance to perform print actions. Should be used only when it comes like function parameter.
| |
| IViewManager |
Interface for displaying data input dialog.
|