Click or drag to resize

imbMCManager Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Manager takes care about MC repositories, loads, creates and provides the instances
Inheritance Hierarchy
SystemObject
  aceBindable
    aceOperationSetExecutorBase
      aceConsolePluginBase
        imbMiningContextimbMCManager

Namespace:  imbMiningContext
Assembly:  imbMiningContext (in imbMiningContext.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class imbMCManager : aceConsolePluginBase

The imbMCManager type exposes the following members.

Constructors
  NameDescription
Public methodimbMCManager
Initializes a new instance of the imbMCManager class
Public methodimbMCManager(IAceOperationSetExecutor, String)
Initializes a new instance of the imbMCManager class
Top
Properties
  NameDescription
Public propertyactiveRepository
The repository currently selected
Public propertyactiveWebPage
Public propertyactiveWebSite
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 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
  NameDescription
Public methodaceOperation_mcClose
Public methodaceOperation_mcOpen
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodStatic memberGetMCRepoNode
Gets the mc repo node.
Public methodGetType (Inherited from Object.)
Public methodOnPropertyChanged (Inherited from aceBindable.)
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from aceBindable.)
Top
Fields
See Also