Common interface for every front plugin.
Derive from MarshalByRefObject and implement this interface to make front treat your class as plugin.
Namespace: Resto.Front.Api.V3
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax
C#
public interface IFrontPlugin : IDisposable
The IFrontPlugin type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | Init |
Plugin's entry point, this method will be called once after loading plugin.
|
See Also