C# Class ConsoleFizzler.Command

Inheritance: ICommand
显示文件 Open project: atifaziz/Fizzler

Public Methods

Method Description
Run ( string args ) : int

Protected Methods

Method Description
LoadConfiguration ( ) : void
LoadConfiguration ( string prefix ) : void

Maps application settings into command line arguments.

OnRun ( string args ) : int

Method Details

LoadConfiguration() protected method

protected LoadConfiguration ( ) : void
return void

LoadConfiguration() protected method

Maps application settings into command line arguments.
protected LoadConfiguration ( string prefix ) : void
prefix string
return void

OnRun() protected abstract method

protected abstract OnRun ( string args ) : int
args string
return int

Run() public method

public Run ( string args ) : int
args string
return int