C# Класс Catel.ICommandManagerExtensions

Extension methods for the ICommandManager.
Показать файл Открыть проект

Открытые методы

Метод Описание
CreateCommandWithGesture ( this commandManager, Type containerType, string commandNameFieldName ) : void

Creates a command using a naming convention with the specified gesture.

FindCommandsByGesture ( this commandManager, Catel.Windows.Input.InputGesture inputGesture ) : ICommand>.Dictionary

Finds the commands inside the ICommandManager by gesture.

Описание методов

CreateCommandWithGesture() публичный статический Метод

Creates a command using a naming convention with the specified gesture.
The is null. The is null. The is null.
public static CreateCommandWithGesture ( this commandManager, Type containerType, string commandNameFieldName ) : void
commandManager this The command manager.
containerType System.Type Type of the container.
commandNameFieldName string Name of the command name field.
Результат void

FindCommandsByGesture() публичный статический Метод

Finds the commands inside the ICommandManager by gesture.
The is null. The is null.
public static FindCommandsByGesture ( this commandManager, Catel.Windows.Input.InputGesture inputGesture ) : ICommand>.Dictionary
commandManager this The command manager.
inputGesture Catel.Windows.Input.InputGesture The input gesture.
Результат ICommand>.Dictionary