C# Class ServiceInsight.Framework.Commands.BaseCommand

Inheritance: ICommand
ファイルを表示 Open project: Particular/ServiceInsight

Public Methods

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

Protected Methods

Method Description
OnCanExecuteChanged ( ) : void

Method Details

CanExecute() public method

public CanExecute ( object parameter ) : bool
parameter object
return bool

Execute() public abstract method

public abstract Execute ( object parameter ) : void
parameter object
return void

OnCanExecuteChanged() protected method

protected OnCanExecuteChanged ( ) : void
return void