C# Class Nexus.Client.Commands.CommandBinding

The base class for binding a command to a command trigger.
Inheritance: CommandBindingBase
Afficher le fichier Open project: NexusMods/NexusModManager-4.5

Méthodes publiques

Méthode Description
Execute ( ) : void

Executes the command.

Méthodes protégées

Méthode Description
CommandBinding ( object p_objTrigger, Command p_cmdCommand ) : System

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

Method Details

CommandBinding() protected méthode

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.
Résultat System

Execute() public méthode

Executes the command.
public Execute ( ) : void
Résultat void