Interface ICorePlugin
The ICorePlugin interface defines an item that should be treated as a plug-in in ImageVault Core
Namespace: ImageVault.Core.Common
Assembly: ImageVault.Core.dll
Syntax
public interface ICorePlugin
Methods
Init(IServiceFactory)
Initiates the plug-in. This method is called once when the Plug-in has been created.
Declaration
void Init(IServiceFactory serviceFactory)
Parameters
Type | Name | Description |
---|---|---|
IServiceFactory | serviceFactory | The IServiceFactory that the plug-in should use. |