C# Class Subtext.Command

Afficher le fichier Open project: ayende/Subtext

Méthodes publiques

Méthode Description
Execute ( Arguments arguments ) : void

Execute the command.

Template method.

Méthodes protégées

Méthode Description
ExecuteCommand ( Arguments arguments ) : void

Method Details

Execute() public méthode

Execute the command.
Template method.
public Execute ( Arguments arguments ) : void
arguments Arguments
Résultat void

ExecuteCommand() protected abstract méthode

protected abstract ExecuteCommand ( Arguments arguments ) : void
arguments Arguments
Résultat void