C# Class ZForge.SA.Komponent.SAKomponent

Inheritance: IKomponent
Show file Open project: zhuangyy/Motion

Public Methods

Method Description
IsArgumentAcceptable ( string args ) : bool
Off ( ) : void
Run ( string args ) : void

Method Details

IsArgumentAcceptable() public method

public IsArgumentAcceptable ( string args ) : bool
args string
return bool

Off() public method

public Off ( ) : void
return void

Run() public method

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