C# Class AuthecoConsole.Command2

Represents a command line command of the Autheco
Datei anzeigen Open project: cental/PatternSim Class Usage Examples

Public Properties

Property Type Description
desc string
name string

Public Methods

Method Description
Command2 ( ) : System
run ( string args ) : void

Protected Methods

Method Description
check ( string args, Command2 options ) : void
init ( ) : void
run ( ) : void

Private Methods

Method Description
GetUsage ( ) : string

Method Details

Command2() public method

public Command2 ( ) : System
return System

check() protected method

protected check ( string args, Command2 options ) : void
args string
options Command2
return void

init() protected abstract method

protected abstract init ( ) : void
return void

run() protected abstract method

protected abstract run ( ) : void
return void

run() public method

public run ( string args ) : void
args string
return void

Property Details

desc public_oe property

public string desc
return string

name public_oe property

public string name
return string