IFrontPlugin InterfaceiikoFront Api V3 Documentation
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

  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodInit
Plugin's entry point, this method will be called once after loading plugin.
Top
See Also

Reference