Click or drag to resize

crawlJobPlugin Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Plugin for imbACE console - crawlJobPlugin
Inheritance Hierarchy
SystemObject
  aceBindable
    aceOperationSetExecutorBase
      aceConsolePluginBase
        imbWEM.Core.consolePlugincrawlJobPlugin

Namespace:  imbWEM.Core.consolePlugin
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class crawlJobPlugin : aceConsolePluginBase

The crawlJobPlugin type exposes the following members.

Constructors
  NameDescription
Public methodcrawlJobPlugin
Initializes a new instance of the crawlJobPlugin class.
Top
Properties
  NameDescription
Public propertyconsoleHelp
First line of help to be shown for this plugin
(Inherited from aceConsolePluginBase.)
Public propertyconsoleTitle
Title of this plugin - if standalone then alias to name, if connected to the parent then sufix title, added after parent console title
(Inherited from aceConsolePluginBase.)
Public propertycontext
Public propertyhelpHeader
Additional help content to be displayed at beginning of the help file, after consoleHelp
(Inherited from aceConsolePluginBase.)
Public propertyinstanceName
Instance name
(Inherited from aceConsolePluginBase.)
Public propertyIsStandalone
Indicates if this console plugin is running without parent console
(Inherited from aceConsolePluginBase.)
Public propertyname
Name of this plugin
(Inherited from aceConsolePluginBase.)
Public propertyoutput (Inherited from aceConsolePluginBase.)
Public propertyparent
Reference to the parrent console
(Inherited from aceConsolePluginBase.)
Public propertyresponse
Plugin's own response text renderer. By default (when response not set) it is just mirror to the output renderer
(Inherited from aceConsolePluginBase.)
Top
Methods
Events
  NameDescription
Public eventPropertyChanged (Inherited from aceBindable.)
Top
See Also

Reference

aceConsolePluginBase