C# Class ViewModel.Commands.BaseCommand

Inheritance: ICommand
Mostrar archivo Open project: Kursledare/Mookieraw

Public Methods

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

Protected Methods

Method Description
BaseCommand ( MainWindowVm main ) : System

Method Details

BaseCommand() protected method

protected BaseCommand ( MainWindowVm main ) : System
main MainWindowVm
return System

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

NotifyCanExecuteChanged() public method

public NotifyCanExecuteChanged ( ) : void
return void