메소드 | 설명 | |
---|---|---|
BaseCommandPlugin ( IPluginDescriptor pluginDescriptor ) : System |
Initializes a new instance of the BaseCommandPlugin class.
|
|
CanExecute ( ) : bool |
Determines whether the command can be executed.
|
|
Execute ( ) : void |
Executes this command.
|
메소드 | 설명 | |
---|---|---|
CanExecuteCore ( ) : bool |
Determines whether this plugin command can be executed.
|
|
ExecuteCore ( ) : void |
Executes this plugin command.
|
|
RaiseCanExecuteChanged ( object sender ) : void |
public BaseCommandPlugin ( IPluginDescriptor pluginDescriptor ) : System | ||
pluginDescriptor | IPluginDescriptor | The plugin descriptor. |
리턴 | System |
protected RaiseCanExecuteChanged ( object sender ) : void | ||
sender | object | |
리턴 | void |