Navigation :
ICommandManagerExtensions
Name |
Value |
Assembly |
Catel.Core |
Namespace |
Catel |
Available on |
.NET Framework 4.5, .NET Framework 4.6, Xamarin - iOS |
public static class ICommandManagerExtensions
Extension methods for the ICommandManager.
Fields
Methods
CreateCommandWithGesture(ICommandManager commandManager, Type containerType, string commandNameFieldName)
Creates a command using a naming convention with the specified gesture.
Parameters
Name |
Description |
commandManager |
The command manager. |
containerType |
Type of the container. |
commandNameFieldName |
Name of the command name field. |
Exceptions
Name |
Description |
ArgumentNullException |
The commandManager isnull . |
Finds the commands inside the ICommandManager by gesture.
Parameters
Name |
Description |
commandManager |
The command manager. |
inputGesture |
The input gesture. |
Returns
Dictionary<System.String, ICommand>.
Exceptions
Name |
Description |
ArgumentNullException |
The commandManager isnull . |
Have a question about Catel? Use StackOverflow with the Catel tag!
Discussion