C# Class Busker.Data.Commands.Command

The 'Command' abstract class
Afficher le fichier Open project: shendongnian/code

Méthodes publiques

Свойство Type Description
LoggingLevel LoggingLevel

Méthodes publiques

Méthode Description
Execute ( ) : void
FailedSubCommand ( Command cmd ) : void
IsValid ( ) : bool

Method Details

Execute() public abstract méthode

public abstract Execute ( ) : void
Résultat void

FailedSubCommand() public méthode

public FailedSubCommand ( Command cmd ) : void
cmd Command
Résultat void

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

Property Details

LoggingLevel public_oe property

public LoggingLevel LoggingLevel
Résultat LoggingLevel