Click or drag to resize

IPlugInCommonBaseTStageEnum, TParent Interface

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:imbWEM.Core.plugins.core.IPlugInCommonBase`2"]

Namespace:  imbWEM.Core.plugins.core
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public interface IPlugInCommonBase<TStageEnum, TParent> : IPlugInCommonBase, 
	IObjectWithNameAndDescription, IObjectWithDescription, IObjectWithName, IAcePluginBase

Type Parameters

TStageEnum

[Missing <typeparam name="TStageEnum"/> documentation for "T:imbWEM.Core.plugins.core.IPlugInCommonBase`2"]

TParent

[Missing <typeparam name="TParent"/> documentation for "T:imbWEM.Core.plugins.core.IPlugInCommonBase`2"]

The IPlugInCommonBaseTStageEnum, TParent type exposes the following members.

Properties
  NameDescription
Public propertyconsoleHost (Inherited from IPlugInCommonBase.)
Public propertyconsolePlugin (Inherited from IPlugInCommonBase.)
Public propertydescription (Inherited from IObjectWithDescription.)
Public propertyINSTALL_POINTS (Inherited from IPlugInCommonBase.)
Public propertyinstanceName
Name of this plugin instance
(Inherited from IAcePluginBase.)
Public propertyIsEnabled
Gets a value indicating whether this instance is enabled.
(Inherited from IPlugInCommonBase.)
Public propertyname
Ime koje je dodeljeno objektu
(Inherited from IObjectWithName.)
Public propertyplugin_group (Inherited from IPlugInCommonBase.)
Top
Methods
  NameDescription
Public methodDispose
Releases unmanaged and - optionally - managed resources.
(Inherited from IPlugInCommonBase.)
Public methodeventCrawlJobFinished
At very end of the crawl --- instance from blueprint crawled instance is called
Public methodeventDLCFinished
When DLC finishes, and before disposing wRecord
Public methodeventDLCInitiated
Just when new DLC thread was prepared to run
Public methodeventPluginInstalled
Events the plugin installed --- when new spider instance being constructed
(Inherited from IPlugInCommonBase.)
Public methodeventUniversalTFirst, TSecond
Top
See Also