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

Inheritance: ICommand
Datei anzeigen Open project: jeffras/Prism-4-with-WinForms Class Usage Examples

Public Properties

Property Type Description
CanExecuteParameter object
CanExecuteReturnValue bool
ExecuteParameter object

Public Methods

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

Method Details

CanExecute() public method

public CanExecute ( object parameter ) : bool
parameter object
return bool

Execute() public method

public Execute ( object parameter ) : void
parameter object
return void

RaiseCanExecuteChanged() public method

public RaiseCanExecuteChanged ( ) : void
return void

Property Details

CanExecuteParameter public_oe property

public object CanExecuteParameter
return object

CanExecuteReturnValue public_oe property

public bool CanExecuteReturnValue
return bool

ExecuteParameter public_oe property

public object ExecuteParameter
return object