C# Class FirstFloor.ModernUI.Commands.CommandExt

Inheritance: CommandBase
Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Méthode Description
CanExecute ( ) : bool
Execute ( ) : void

Méthodes protégées

Méthode Description
CanExecuteOverride ( ) : bool
CanExecuteOverride ( object parameter ) : bool
CommandExt ( bool alwaysCanExecute, bool isAutomaticRequeryDisabled ) : System
ExecuteOverride ( ) : void
ExecuteOverride ( object parameter ) : void

Method Details

CanExecute() public méthode

public CanExecute ( ) : bool
Résultat bool

CanExecuteOverride() protected abstract méthode

protected abstract CanExecuteOverride ( ) : bool
Résultat bool

CanExecuteOverride() protected final méthode

protected final CanExecuteOverride ( object parameter ) : bool
parameter object
Résultat bool

CommandExt() protected méthode

protected CommandExt ( bool alwaysCanExecute, bool isAutomaticRequeryDisabled ) : System
alwaysCanExecute bool
isAutomaticRequeryDisabled bool
Résultat System

Execute() public méthode

public Execute ( ) : void
Résultat void

ExecuteOverride() protected abstract méthode

protected abstract ExecuteOverride ( ) : void
Résultat void

ExecuteOverride() protected final méthode

protected final ExecuteOverride ( object parameter ) : void
parameter object
Résultat void