C# Class ViewModel.Commands.BaseCommand

Inheritance: ICommand
Afficher le fichier Open project: Kursledare/Mookieraw

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
NotifyCanExecuteChanged ( ) : void

Méthodes protégées

Méthode Description
BaseCommand ( MainWindowVm main ) : System

Method Details

BaseCommand() protected méthode

protected BaseCommand ( MainWindowVm main ) : System
main MainWindowVm
Résultat System

CanExecute() public méthode

public CanExecute ( object parameter ) : bool
parameter object
Résultat bool

Execute() public abstract méthode

public abstract Execute ( object parameter ) : void
parameter object
Résultat void

NotifyCanExecuteChanged() public méthode

public NotifyCanExecuteChanged ( ) : void
Résultat void