C# Class SolarCalculator.Infastructure.Commands.Command

A command with no return value
显示文件 Open project: steveoh/SolarCalculator

Public Methods

Method Description
Run ( ) : void
ToString ( ) : string

Protected Methods

Method Description
Execute ( ) : void

code to execute when command is run.

Method Details

Execute() protected abstract method

code to execute when command is run.
protected abstract Execute ( ) : void
return void

Run() public method

public Run ( ) : void
return void

ToString() public abstract method

public abstract ToString ( ) : string
return string