C# Class Ntreev.Library.Commands.CommandBase

Inheritance: ICommand
Mostra file Open project: NtreevSoft/CommandLineParser

Private Properties

Property Type Description
ICommand void

Protected Methods

Method Description
CommandBase ( string name ) : System
CommandBase ( string name, bool allowEmptyArguments ) : System
OnExecute ( ) : void

Private Methods

Method Description
ICommand ( ) : void

Method Details

CommandBase() protected method

protected CommandBase ( string name ) : System
name string
return System

CommandBase() protected method

protected CommandBase ( string name, bool allowEmptyArguments ) : System
name string
allowEmptyArguments bool
return System

OnExecute() protected abstract method

protected abstract OnExecute ( ) : void
return void