C# Class FirstFloor.ModernUI.Commands.CommandExt

Inheritance: CommandBase
ファイルを表示 Open project: gro-ove/actools

Public Methods

Method Description
CanExecute ( ) : bool
Execute ( ) : void

Protected Methods

Method Description
CanExecuteOverride ( ) : bool
CanExecuteOverride ( object parameter ) : bool
CommandExt ( bool alwaysCanExecute, bool isAutomaticRequeryDisabled ) : System
ExecuteOverride ( ) : void
ExecuteOverride ( object parameter ) : void

Method Details

CanExecute() public method

public CanExecute ( ) : bool
return bool

CanExecuteOverride() protected abstract method

protected abstract CanExecuteOverride ( ) : bool
return bool

CanExecuteOverride() protected final method

protected final CanExecuteOverride ( object parameter ) : bool
parameter object
return bool

CommandExt() protected method

protected CommandExt ( bool alwaysCanExecute, bool isAutomaticRequeryDisabled ) : System
alwaysCanExecute bool
isAutomaticRequeryDisabled bool
return System

Execute() public method

public Execute ( ) : void
return void

ExecuteOverride() protected abstract method

protected abstract ExecuteOverride ( ) : void
return void

ExecuteOverride() protected final method

protected final ExecuteOverride ( object parameter ) : void
parameter object
return void