|
Daniel's XL Toolbox NG
|
Injects a view with a view model that is referenced in a ViewModelMessageContent, and shows the view non-modally. More...


Protected Member Functions | |
| override Window | CreateView () |
| Returns a view that can bind to expected message contents. More... | |
| override void | ShowView (Window view) |
| Shows the view as a modal dialog. Override this to do something else with the view. More... | |
| override Window | CreateView () |
| Returns a view that can bind to expected message contents. More... | |
| override void | ShowView (Window view) |
| Shows the view as a modal dialog. Override this to do something else with the view. More... | |
Protected Member Functions inherited from Bovender.Mvvm.Actions.MessageActionBase | |
| override void | Invoke (object parameter) |
| Creates a view that has its dependent view model injected into it. More... | |
| void | Invoke< T > (T messageContent, Action respond) |
| override void | Invoke (object parameter) |
| Creates a view that has its dependent view model injected into it. More... | |
| void | Invoke< T > (T messageContent, Action respond) |
Properties | |
| string | Assembly [get, set] |
| string | View [get, set] |
Properties inherited from Bovender.Mvvm.Actions.MessageActionBase | |
| string | Caption [get, set] |
| string | Message [get, set] |
| MessageContent | Content [get, protected set] |
Injects a view with a view model that is referenced in a ViewModelMessageContent, and shows the view non-modally.
|
inlineprotectedvirtual |
Returns a view that can bind to expected message contents.
Implements Bovender.Mvvm.Actions.MessageActionBase.
Reimplemented in Bovender.Mvvm.Actions.ProcessAction.
|
inlineprotectedvirtual |
Returns a view that can bind to expected message contents.
Implements Bovender.Mvvm.Actions.MessageActionBase.
|
inlineprotectedvirtual |
Shows the view as a modal dialog. Override this to do something else with the view.
| view | Window object previously created by CreateView. |
This method is called internally by the Invoke method.
Reimplemented from Bovender.Mvvm.Actions.MessageActionBase.
Reimplemented in Bovender.Mvvm.Actions.ShowViewDialogAction.
|
inlineprotectedvirtual |
Shows the view as a modal dialog. Override this to do something else with the view.
| view | Window object previously created by CreateView. |
This method is called internally by the Invoke method.
Reimplemented from Bovender.Mvvm.Actions.MessageActionBase.
Reimplemented in Bovender.Mvvm.Actions.ShowViewDialogAction, and Bovender.Mvvm.Actions.ShowViewDialogAction.
|
getset |
|
getset |