C# Class Busker.Data.Commands.Command

The 'Command' abstract class
Show file Open project: shendongnian/code

Public Properties

Property Type Description
LoggingLevel LoggingLevel

Public Methods

Method Description
Execute ( ) : void
FailedSubCommand ( Command cmd ) : void
IsValid ( ) : bool

Method Details

Execute() public abstract method

public abstract Execute ( ) : void
return void

FailedSubCommand() public method

public FailedSubCommand ( Command cmd ) : void
cmd Command
return void

IsValid() public method

public IsValid ( ) : bool
return bool

Property Details

LoggingLevel public property

public LoggingLevel LoggingLevel
return LoggingLevel