C# Class Caliburn.Micro.ActionExecutionContext

Inheritance: IDisposable
Afficher le fichier Open project: dbuksbaum/Learning-Caliburn.Micro Class Usage Examples

Méthodes publiques

Свойство Type Description
CanExecute Func
EventArgs object
Message ActionMessage
Method System.Reflection.MethodInfo
Source System.Windows.FrameworkElement
Target object
View System.Windows.DependencyObject

Méthodes publiques

Méthode Description
this ( string key ) : object

Gets or sets additional data needed to invoke the action.

Method Details

this() public méthode

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

Property Details

CanExecute public_oe property

Determines whether the action can execute.
Returns true if the action can execute, false otherwise.
public Func CanExecute
Résultat Func

EventArgs public_oe property

Any event arguments associated with the action's invocation.
public object EventArgs
Résultat object

Message public_oe property

The message being executed.
public ActionMessage Message
Résultat ActionMessage

Method public_oe property

The actual method info to be invoked.
public MethodInfo,System.Reflection Method
Résultat System.Reflection.MethodInfo

Source public_oe property

The source from which the message originates.
public FrameworkElement,System.Windows Source
Résultat System.Windows.FrameworkElement

Target public_oe property

The instance on which the action is invoked.
public object Target
Résultat object

View public_oe property

The view associated with the target.
public DependencyObject,System.Windows View
Résultat System.Windows.DependencyObject