CommandRegistry Class
Registry of available commands.
Namespace:
Xafari.BC.Commands
Assembly: Xafari.BC (in Xafari.BC.dll)
Name | Description | |
---|---|---|
![]() |
CommandRegistry() | Creates an instance of the empty registry of commands. |
![]() |
CommandRegistry(IEnumerable<ModuleBase>) | Creates an instance of the register of commands and registers all commands implemented in specified modules. |
Name | Description | |
---|---|---|
![]() |
FindCommand(string) | Search the command with the specified name in the registry. |
![]() |
Register(ICommand) | Registers the command in the registry. |
![]() |
RegisterModuleCommands(ICommandEnumerator) | Registers in the registry commands implemented in the specified module. |
Name | Description | |
---|---|---|
![]() |
GetListValueByTerm<TDetails>(this object, string) | Obsolete. (Defined by TypeExtensions). |
![]() |
GetValueByTerm<TValue>(this object, string) | Obsolete. (Defined by TypeExtensions). |
![]() |
Session(this object, bool) | Obsolete. Returns Session for specified object. (Defined by SessionExtensions). |
![]() |
SetValueByTerm<TValue>(this object, string, TValue) | Obsolete. (Defined by TypeExtensions). |
Xafari.BC.Commands.CommandRegistry