C# 클래스 Caliburn.Micro.ActionExecutionContext

상속: IDisposable
파일 보기 프로젝트 열기: dbuksbaum/Learning-Caliburn.Micro 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CanExecute Func
EventArgs object
Message ActionMessage
Method System.Reflection.MethodInfo
Source System.Windows.FrameworkElement
Target object
View System.Windows.DependencyObject

공개 메소드들

메소드 설명
this ( string key ) : object

Gets or sets additional data needed to invoke the action.

메소드 상세

this() 공개 메소드

Gets or sets additional data needed to invoke the action.
public this ( string key ) : object
key string The data key.
리턴 object

프로퍼티 상세

CanExecute 공개적으로 프로퍼티

Determines whether the action can execute.
Returns true if the action can execute, false otherwise.
public Func CanExecute
리턴 Func

EventArgs 공개적으로 프로퍼티

Any event arguments associated with the action's invocation.
public object EventArgs
리턴 object

Message 공개적으로 프로퍼티

The message being executed.
public ActionMessage Message
리턴 ActionMessage

Method 공개적으로 프로퍼티

The actual method info to be invoked.
public MethodInfo,System.Reflection Method
리턴 System.Reflection.MethodInfo

Source 공개적으로 프로퍼티

The source from which the message originates.
public FrameworkElement,System.Windows Source
리턴 System.Windows.FrameworkElement

Target 공개적으로 프로퍼티

The instance on which the action is invoked.
public object Target
리턴 object

View 공개적으로 프로퍼티

The view associated with the target.
public DependencyObject,System.Windows View
리턴 System.Windows.DependencyObject