
Public Member Functions | |
| Command () | |
Properties | |
| ICommandAction | Action [get, set] |
| ICommandLine | CommandLine [get, set] |
| CommandType | CommandType [get, set] |
| String | CommandText [get, set] |
| ICommand | PreviousCommand [get, set] |
| ICommand | NextCommand [get, set] |
Private Attributes | |
| CommandType | command_type = CommandType.Unknown |
| String | command_text = null |
| ICommand | previous_command = null |
| ICommand | next_command = null |
| ICommandLine | command_line = null |
| ICommandAction | action = null |
| Core.Shell.Command.Command | ( | ) |
CommandType Core.Shell.Command.command_type = CommandType.Unknown [private] |
String Core.Shell.Command.command_text = null [private] |
ICommand Core.Shell.Command.previous_command = null [private] |
ICommand Core.Shell.Command.next_command = null [private] |
ICommandLine Core.Shell.Command.command_line = null [private] |
ICommandAction Core.Shell.Command.action = null [private] |
ICommandAction Core.Shell.Command.Action [get, set] |
Implements Core.Shell.Interfaces.ICommand.
ICommandLine Core.Shell.Command.CommandLine [get, set] |
Implements Core.Shell.Interfaces.ICommand.
CommandType Core.Shell.Command.CommandType [get, set] |
Implements Core.Shell.Interfaces.ICommand.
String Core.Shell.Command.CommandText [get, set] |
Implements Core.Shell.Interfaces.ICommand.
ICommand Core.Shell.Command.PreviousCommand [get, set] |
Implements Core.Shell.Interfaces.ICommand.
ICommand Core.Shell.Command.NextCommand [get, set] |
Implements Core.Shell.Interfaces.ICommand.