Property | Type | Description | |
---|---|---|---|
ICommand | void |
Method | Description | |
---|---|---|
CommandBase ( string name ) : System | ||
CommandBase ( string name, bool allowEmptyArguments ) : System | ||
OnExecute ( ) : void |
Method | Description | |
---|---|---|
ICommand ( ) : void |
protected CommandBase ( string name ) : System | ||
name | string | |
return | System |
protected CommandBase ( string name, bool allowEmptyArguments ) : System | ||
name | string | |
allowEmptyArguments | bool | |
return | System |