![]() | |
CommandManager Class |
Namespace: WeroSoft.Triton.Desktop
public sealed class CommandManager : ITritonModelController, ISubscriber<CommandExecutionEventArgs>, ICommandManager
The CommandManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | EditPluginSettingsCommand |
Gets the start Triton edit plug-in settings command.
|
![]() | LaunchClientAppPartCommand |
Gets the client application part launch command.
|
![]() | LaunchPluginCommand |
Gets the launch command.
|
![]() | NotExecutableCommand |
Gets a not executable command.
|
![]() | SettingsManager |
Gets the settings manager.
|
![]() | StartExecutableCommand |
Gets the command for starting any executable.
|
![]() | StartPanelCommand |
Gets the start panel command.
|
![]() | StartPluginCommand |
Gets the start plug-in command.
|
![]() | StartTritonCommand |
Gets the command to start a new Triton instance.
|
![]() | StopPanelCommand |
Gets the stop panel command.
|
![]() | StopPluginCommand |
Gets the Stop plug-in command.
|
![]() | TraceService |
Gets the trace service.
|
![]() | WorkspaceController |
Gets the workspace controller.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | FinilizeStartup |
Finalizes the end of work.
|
![]() | GetCommandT |
Gets the command of a particular type.
|
![]() | GetCommandTargetT |
Gets the active plug-ins which implements a particular interface.
|
![]() | GetCommandTargetsT |
Gets all plug-ins implementing a particular interface.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Initialize |
Initializes the Command Manager.
|
![]() | OnEventHandler |
Executes the received command.
|
![]() | RefreshCanExecute |
Refreshes the execution of all registered commands.
|
![]() | RegisterMainWindowCommand(String, String) |
Registers a command which is controlled by the command broker.
|
![]() | RegisterMainWindowCommand(Type, String) |
Registers a command which is controlled by the command broker.
|
![]() | RegisterMainWindowCommand(String, String, String, Object) |
Registers a command which is controlled by the command broker.
|
![]() | RegisterMainWindowCommand(Type, String, String, Object) |
Registers a command which is controlled by the command broker.
|
![]() | Shutdown |
Shutdowns the functionality.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UnregisterMainWindowCommand |
Unregisters a particular command instance.
|
Name | Description | |
---|---|---|
![]() | Clone(CloneWorkingMode, IEnumerableType) | Overloaded.
Clones an object by serialization.
(Defined by RuntimeExtensions.) |
![]() | CloneT(CloneWorkingMode, IEnumerableType) | Overloaded.
Clones an object by serialization.
(Defined by RuntimeExtensions.) |
![]() | Convert | (Defined by DataConverterExtensions.) |
![]() | CreateTraceDataEntry(StringBuilder, SourceLevels, TraceableKind, String) | Overloaded.
Creates a data entry into a string builder according to the giving parameters.
(Defined by TraceExtensions.) |
![]() | CreateTraceDataEntry(SourceLevels, TraceableKind, String, String, Int32) | Overloaded.
Creates a trace entry for a data element.
(Defined by TraceExtensions.) |
![]() | CreateTraceDataEntry(StringBuilder, SourceLevels, TraceableKind, String, String, Int32) | Overloaded.
Creates a trace entry into a string builder.
(Defined by TraceExtensions.) |
![]() | DynamicCast |
Dynamically casts a reference to another type.
(Defined by TypeManagerHelper.) |
![]() | ExtractSystemParametersFromTrigger |
Extracts the system parameters from a collection of trigger parameter and transform them to a dictionary using string keys and string values.
(Defined by TriggerExtensions.) |
![]() | GetFieldValue(String) | Overloaded.
Gets the data object held by a defined field of a particular type.
(Defined by UnitTest.) |
![]() | GetFieldValueT(String) | Overloaded.
Gets the data object held by a defined field of a particular type.
(Defined by UnitTest.) |
![]() | GetPropertyValue(String) | Overloaded.
Gets the data object held by a defined property of a particular type.
(Defined by UnitTest.) |
![]() | GetPropertyValueT(String) | Overloaded.
Gets the data object held by a defined property of a particular type.
(Defined by UnitTest.) |
![]() | Inject(Type, Object) | Overloaded.
Injects all fields or properties which are marked with the defined attribute type name.
(Defined by DataInjection.) |
![]() | Inject(Type, Object, Boolean) | Overloaded.
Injects all fields or properties which are marked with the defined attribute type name.
(Defined by DataInjection.) |
![]() | InjectField |
Injects a value to a property within a data object.
(Defined by DataInjection.) |
![]() | InjectProperty(String, Object) | Overloaded.
Injects a value to a property within a data object.
(Defined by DataInjection.) |
![]() | InjectProperty(String, Type, Object) | Overloaded.
Injects a value to a property within a data object.
(Defined by DataInjection.) |
![]() | Invoke(String, Object) | Overloaded.
Invokes a method on an object by reflection.
(Defined by UnitTest.) |
![]() | InvokeTResult(String, Object) | Overloaded.
Invokes a method on an object by reflection.
(Defined by UnitTest.) |
![]() | SetFieldValue |
Sets the data object on a defined field of a particular type.
(Defined by UnitTest.) |
![]() | SetPropertyValue |
Sets the data object on a defined property of a particular type.
(Defined by UnitTest.) |
![]() | SetReadOnlyFieldValue |
Sets the data object on a defined field of a particular type.
(Defined by UnitTest.) |
![]() | TryInjectProperty |
Tries to Inject a value to a property within a data object.
(Defined by DataInjection.) |