![]() | aceAdvancedConsoleTState, TWorkspace Class |
Namespace: imbACE.Services.console
public abstract class aceAdvancedConsole<TState, TWorkspace> : aceCommandConsole, IAceAdvancedConsole, IAceCommandConsole, IAceOperationSetExecutor where TState : new(), aceAdvancedConsoleStateBase where TWorkspace : aceAdvancedConsoleWorkspace
The aceAdvancedConsoleTState, TWorkspace type exposes the following members.
Name | Description | |
---|---|---|
![]() | application |
Reference to [!:aceApplicationBase] (Inherited from aceCommandConsole.) |
![]() | commands |
Commands of the console
(Inherited from aceCommandConsole.) |
![]() | commandSetTree |
command tree, used for help generation
(Inherited from aceCommandConsole.) |
![]() | consoleHelp | Short help message about this console (Inherited from aceCommandConsole.) |
![]() | consoleIsRunning | It is true if console is turned on, waiting for an input or performing already given command(s) (Inherited from aceCommandConsole.) |
![]() | consoleTitle | Console title (Inherited from aceCommandConsole.) |
![]() | DefaultCommand |
Default command that will be executed on empty imput
(Inherited from aceCommandConsole.) |
![]() | doAskForExitConfigmation |
Should user be prompted on aceOperation_consoleExit to confirm?
(Inherited from aceCommandConsole.) |
![]() | doAskForQuitConfirmation | (Inherited from aceCommandConsole.) |
![]() | encode | (Inherited from aceCommandConsole.) |
![]() | helpContent |
Help text short header, used when console api is rendered or shown
(Inherited from aceCommandConsole.) |
![]() | helpHeader | Additional points for console help header text. helpContent (Inherited from aceCommandConsole.) |
![]() | history |
Commands executed earlier
(Inherited from aceCommandConsole.) |
![]() | isReady |
Gets a value indicating whether this instance is ready.
|
![]() | lastInput |
Last input from the command line
(Inherited from aceCommandConsole.) |
![]() | linePrefix | (Overrides aceCommandConsolelinePrefix.) |
![]() | output |
The primary console output. By default pointed to the platform via consoleControl (Inherited from aceCommandConsole.) |
![]() | platform | Reference to the application's platform to display/use the console outputs (Inherited from aceCommandConsole.) |
![]() | response |
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.) |
![]() | saveClipboard | (Inherited from aceCommandConsole.) |
![]() | scriptRunning | Reference to the console script that is running or was running last time (Inherited from aceCommandConsole.) |
![]() | SelectedObject | |
![]() | state |
Bindable property
|
![]() | stateInfo |
Bindable property
|
![]() | workspace |
Name | Description | |
---|---|---|
![]() | PropertyChanged | (Inherited from aceBindable.) |
Name | Description | |
---|---|---|
![]() | aceGenEx | (Defined by aceExceptionTools.) |
![]() | aceSciEx | (Defined by aceExceptionTools.) |