Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
ICommandManager Interface
NamespacesGenesyslab.Desktop.Infrastructure.CommandsICommandManager
Manages the chain of commands.
Declaration Syntax
C#Visual BasicVisual C++
public interface ICommandManager
Public Interface ICommandManager
public interface class ICommandManager
Members
All MembersMethodsProperties



IconMemberDescription
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.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)