public interface IPluginHandleEvaluation : IPlugin,
IDisposable
Public Interface IPluginHandleEvaluation
Inherits IPlugin, IDisposable
public interface class IPluginHandleEvaluation : IPlugin,
IDisposable
type IPluginHandleEvaluation =
interface
interface IPlugin
interface IDisposable
end
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
GetTermsHandled | List of available terms, that plug-in can evaluate. |
Initialize |
Occurs on initialization of the plug-in.
(Inherited from IPlugin) |