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.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public interface IFrontPlugin : IDisposable

The IFrontPlugin type exposes the following members.

Methods
 NameDescription
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Top
See Also