C# Class Subtext.Command

Show file Open project: ayende/Subtext

Public Methods

Method Description
Execute ( Arguments arguments ) : void

Execute the command.

Template method.

Protected Methods

Method Description
ExecuteCommand ( Arguments arguments ) : void

Method Details

Execute() public method

Execute the command.
Template method.
public Execute ( Arguments arguments ) : void
arguments Arguments
return void

ExecuteCommand() protected abstract method

protected abstract ExecuteCommand ( Arguments arguments ) : void
arguments Arguments
return void