C# 클래스 MonoMobile.Views.ReflectiveCommand

상속: ICommand
파일 보기 프로젝트 열기: RobertKozak/MonoMobile.Views 1 사용 예제들

공개 메소드들

메소드 설명
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : object
OnCanExecuteChanged ( ) : void
ReflectiveCommand ( object viewModel, MethodInfo execute, PropertyInfo canExecute ) : System
ReflectiveCommand ( object viewModel, MethodInfo execute, object canExecuteSource, PropertyInfo canExecute ) : System
ReflectiveCommand ( object viewModel, string executeMethodName, object canExecuteSource, string canExecutePropertyName ) : System
ReflectiveCommand ( object viewModel, string executeMethodName, string canExecutePropertyName ) : System

비공개 메소드들

메소드 설명
CreateCommand ( ) : void

메소드 상세

CanExecute() 공개 메소드

public CanExecute ( object parameter ) : bool
parameter object
리턴 bool

Execute() 공개 메소드

public Execute ( object parameter ) : object
parameter object
리턴 object

OnCanExecuteChanged() 공개 메소드

public OnCanExecuteChanged ( ) : void
리턴 void

ReflectiveCommand() 공개 메소드

public ReflectiveCommand ( object viewModel, MethodInfo execute, PropertyInfo canExecute ) : System
viewModel object
execute System.Reflection.MethodInfo
canExecute System.Reflection.PropertyInfo
리턴 System

ReflectiveCommand() 공개 메소드

public ReflectiveCommand ( object viewModel, MethodInfo execute, object canExecuteSource, PropertyInfo canExecute ) : System
viewModel object
execute System.Reflection.MethodInfo
canExecuteSource object
canExecute System.Reflection.PropertyInfo
리턴 System

ReflectiveCommand() 공개 메소드

public ReflectiveCommand ( object viewModel, string executeMethodName, object canExecuteSource, string canExecutePropertyName ) : System
viewModel object
executeMethodName string
canExecuteSource object
canExecutePropertyName string
리턴 System

ReflectiveCommand() 공개 메소드

public ReflectiveCommand ( object viewModel, string executeMethodName, string canExecutePropertyName ) : System
viewModel object
executeMethodName string
canExecutePropertyName string
리턴 System