C# Class SonarLint.VisualStudio.Integration.WPF.RelayCommandBase

Inheritance: ICommand
Mostrar archivo Open project: SonarSource-VisualStudio/sonarlint-visualstudio

Public Methods

Method Description
RequeryCanExecute ( ) : void

Protected Methods

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

Private Methods

Method Description
ICommand ( object parameter ) : bool
ICommand ( object parameter ) : void

Method Details

CanExecute() protected abstract method

protected abstract CanExecute ( object parameter ) : bool
parameter object
return bool

Execute() protected abstract method

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

RequeryCanExecute() public method

public RequeryCanExecute ( ) : void
return void