C# Класс Nexus.Client.Commands.CommandBinding

The base class for binding a command to a command trigger.
Наследование: CommandBindingBase
Показать файл Открыть проект

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

Метод Описание
Execute ( ) : void

Executes the command.

Защищенные методы

Метод Описание
CommandBinding ( object p_objTrigger, Command p_cmdCommand ) : System

A simple constructor that initializes the object with the given values.

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

CommandBinding() защищенный Метод

A simple constructor that initializes the object with the given values.
protected CommandBinding ( object p_objTrigger, Command p_cmdCommand ) : System
p_objTrigger object The object that can trigger the command.
p_cmdCommand Command The command that can be triggered.
Результат System

Execute() публичный Метод

Executes the command.
public Execute ( ) : void
Результат void