Manages the chain of commands.

C# | Visual Basic | Visual C++ |
public interface ICommandManager
Public Interface ICommandManager
public interface class ICommandManager

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | AddCommandToChainOfCommand(String, IList<(Of <(CommandActivator>)>)) |
Adds an elementary command to the chain of command.
|
![]() | CommandsByName |
The dictionary of the chain of commands. The key is the name of the chain.
|
![]() | CreateChainOfCommandByName(String) |
Instantiates a new chain of command.
|
![]() | GetChainOfCommandByName(String) |
Retrieves an already instantiated chain of command.
|
![]() | RemoveChainOfCommandByName(String) |
Removes an already instantiated chain of command.
|