Click or drag to resize

analyticConsole Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Analytic Console
Inheritance Hierarchy
SystemObject
  aceBindable
    aceOperationSetExecutorBase
      aceCommandConsole
        aceAdvancedConsoleanalyticConsoleState, analyticConsoleWorkspace
          imbWEM.Core.consoleanalyticConsole

Namespace:  imbWEM.Core.console
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class analyticConsole : aceAdvancedConsole<analyticConsoleState, analyticConsoleWorkspace>

The analyticConsole type exposes the following members.

Constructors
  NameDescription
Public methodanalyticConsole
Initializes a new instance of the analyticConsole class
Top
Properties
  NameDescription
Public propertyanalytics
Plugin for post-processing of exported DataTable files
Public propertyapplication
Reference to [!:aceApplicationBase]
(Inherited from aceCommandConsole.)
Public propertycommands
Commands of the console
(Inherited from aceCommandConsole.)
Public propertycommandSetTree
command tree, used for help generation
(Inherited from aceCommandConsole.)
Public propertyconsoleHelp
Short help message about this console
(Inherited from aceCommandConsole.)
Public propertyconsoleIsRunning
It is true if console is turned on, waiting for an input or performing already given command(s)
(Inherited from aceCommandConsole.)
Public propertyconsoleTitle
(Overrides aceCommandConsole.consoleTitle.)
Public propertyDefaultCommand
Default command that will be executed on empty imput
(Inherited from aceCommandConsole.)
Public propertydoAskForExitConfigmation
Should user be prompted on aceOperation_consoleExit to confirm?
(Inherited from aceCommandConsole.)
Public propertydoAskForQuitConfirmation (Inherited from aceCommandConsole.)
Public propertyencode
Gets the encode.
(Overrides aceCommandConsole.encode.)
Public propertyhelpContent
Help text short header, used when console api is rendered or shown
(Inherited from aceCommandConsole.)
Public propertyhelpHeader
Additional points for console help header text. helpContent
(Inherited from aceCommandConsole.)
Public propertyhistory
Commands executed earlier
(Inherited from aceCommandConsole.)
Public propertyisReady
Gets a value indicating whether this instance is ready.
(Inherited from aceAdvancedConsoleanalyticConsoleState, analyticConsoleWorkspace.)
Public propertylastInput
Last input from the command line
(Inherited from aceCommandConsole.)
Public propertylinePrefix
(Inherited from aceAdvancedConsoleanalyticConsoleState, analyticConsoleWorkspace.)
Public propertyStatic membermainAnalyticConsole
Public propertymanager
Public propertyMCManager
Public propertyoutput
The primary console output. By default pointed to the platform via consoleControl
(Inherited from aceCommandConsole.)
Public propertyplatform
Reference to the application's platform to display/use the console outputs
(Inherited from aceCommandConsole.)
Public propertyresponse
Secondary output of the console. By default it is pointed to the platform output, but it can be directed to a file or other outputs.
(Inherited from aceCommandConsole.)
Public propertysaveClipboard (Inherited from aceCommandConsole.)
Public propertyscriptRunning
Reference to the console script that is running or was running last time
(Inherited from aceCommandConsole.)
Public propertySelectedObject
(Inherited from aceAdvancedConsoleanalyticConsoleState, analyticConsoleWorkspace.)
Public propertystate
Bindable property
(Inherited from aceAdvancedConsoleanalyticConsoleState, analyticConsoleWorkspace.)
Public propertystateInfo
Bindable property
(Inherited from aceAdvancedConsoleanalyticConsoleState, analyticConsoleWorkspace.)
Public propertywem
Gets the crawlJob plugin
Public propertyworkspace
Bindable property
(Overrides aceAdvancedConsole.workspace.)
Top
Methods
  NameDescription
Public methodaceOperation_configCrawlerComment
Public methodaceOperation_configCrawlerSet
Public methodaceOperation_configSetGlobal
Public methodaceOperation_consoleCls (Inherited from aceCommandConsole.)
Public methodaceOperation_consoleExit (Inherited from aceCommandConsole.)
Public methodaceOperation_consoleHelp (Inherited from aceCommandConsole.)
Public methodaceOperation_consoleQuit (Inherited from aceCommandConsole.)
Public methodaceOperation_defineImportSample
Public methodaceOperation_defineIndexSample
Public methodaceOperation_defineSample
Public methodaceOperation_definesampleByIndexPage
Public methodaceOperation_helpExportHelp (Inherited from aceAdvancedConsoleanalyticConsoleState, analyticConsoleWorkspace.)
Public methodaceOperation_projectReset (Inherited from aceAdvancedConsoleanalyticConsoleState, analyticConsoleWorkspace.)
Public methodaceOperation_runAbort (Inherited from aceCommandConsole.)
Public methodaceOperation_runNone (Inherited from aceCommandConsole.)
Public methodaceOperation_runpageIndex
Public methodaceOperation_runPause (Inherited from aceCommandConsole.)
Public methodaceOperation_runPreloadLexicon
Public methodaceOperation_scriptExecute (Inherited from aceAdvancedConsoleanalyticConsoleState, analyticConsoleWorkspace.)
Public methodaceOperation_scriptProcess (Inherited from aceAdvancedConsoleanalyticConsoleState, analyticConsoleWorkspace.)
Public methodaceOperation_scriptTemplate (Inherited from aceAdvancedConsoleanalyticConsoleState, analyticConsoleWorkspace.)
Public methodcls
Clear Screen
(Inherited from aceCommandConsole.)
Public methodEquals (Inherited from Object.)
Public methodexecuteCommand
Executes the command.
(Inherited from aceCommandConsole.)
Public methodexecuteScript
Executes the command console script. aceConsoleScript
(Inherited from aceCommandConsole.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetScope (Inherited from aceAdvancedConsoleanalyticConsoleState, analyticConsoleWorkspace.)
Public methodGetType (Inherited from Object.)
Public methodlog
Logs the specified message, using the other color if required
(Inherited from aceAdvancedConsoleanalyticConsoleState, analyticConsoleWorkspace.)
Public methodOnPropertyChanged (Inherited from aceBindable.)
Public methodonStartUp (Overrides aceAdvancedConsole.onStartUp.)
Public methodstart
Starts the console
(Inherited from aceCommandConsole.)
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from aceBindable.)
Top
See Also

Reference

[!:aceCommonServices.terminal.console.aceAdvancedConsole<imbWEMManager.console.analyticConsoleState, imbWEMManager.console.analyticConsoleWorkspace>]