Click or drag to resize

ISpiderPlugInForReporting Interface

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbWEM.Core.plugins.report.ISpiderPlugInForReporting"]

Namespace:  imbWEM.Core.plugins.report
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public interface ISpiderPlugInForReporting : IPlugInCommonBase, 
	IObjectWithNameAndDescription, IObjectWithDescription, IObjectWithName, IAcePluginBase

The ISpiderPlugInForReporting 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 methodeventPluginInstalled
Events the plugin installed --- when new spider instance being constructed
(Inherited from IPlugInCommonBase.)
Top
See Also