C# Class Microsoft.Practices.Prism.Tests.Mocks.MockCommand

Inheritance: ICommand
Afficher le fichier Open project: jeffras/Prism-4-with-WinForms Class Usage Examples

Méthodes publiques

Свойство Type Description
CanExecuteParameter object
CanExecuteReturnValue bool
ExecuteParameter object

Méthodes publiques

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

Method Details

CanExecute() public méthode

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

Execute() public méthode

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

RaiseCanExecuteChanged() public méthode

public RaiseCanExecuteChanged ( ) : void
Résultat void

Property Details

CanExecuteParameter public_oe property

public object CanExecuteParameter
Résultat object

CanExecuteReturnValue public_oe property

public bool CanExecuteReturnValue
Résultat bool

ExecuteParameter public_oe property

public object ExecuteParameter
Résultat object