Click or drag to resize

IFrontPlugin Interface

Common interface for every front plugin. Implement this interface to make front treat your class as plugin.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
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.)
Top
See Also