C# Class GameLibrary.Framework.ReflectiveCommand

Inheritance: ICommand
Datei anzeigen Open project: torkelo/pimpmycode

Public Methods

Method Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
ReflectiveCommand ( object model, MethodInfo execute, PropertyInfo canExecute ) : System

Private Methods

Method Description
HandleReturnValue ( object returnValue ) : 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

ReflectiveCommand() public method

public ReflectiveCommand ( object model, MethodInfo execute, PropertyInfo canExecute ) : System
model object
execute System.Reflection.MethodInfo
canExecute System.Reflection.PropertyInfo
return System