|
Daniel's XL Toolbox NG
|
Abstract WPF action that invokes different views depending on the status of a completed process. More...


Protected Member Functions | |
| abstract Window | CreateSuccessWindow () |
| abstract Window | CreateFailureWindow () |
| abstract Window | CreateCancelledWindow () |
| override Window | CreateView () |
| Returns a view that can bind to expected message contents. More... | |
| abstract Window | CreateSuccessWindow () |
| abstract Window | CreateFailureWindow () |
| abstract Window | CreateCancelledWindow () |
| override Window | CreateView () |
| Returns a view that can bind to expected message contents. 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) |
| virtual void | ShowView (Window view) |
| Shows the view as a modal dialog. Override this to do something else with the view. More... | |
| 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) |
| virtual void | ShowView (Window view) |
| Shows the view as a modal dialog. Override this to do something else with the view. More... | |
Additional Inherited Members | |
Properties inherited from Bovender.Mvvm.Actions.MessageActionBase | |
| string | Caption [get, set] |
| string | Message [get, set] |
| MessageContent | Content [get, protected set] |
Abstract WPF action that invokes different views depending on the status of a completed process.
|
protectedpure virtual |
Implemented in XLToolbox.ExceptionHandler.SubmissionCompletedAction.
|
protectedpure virtual |
Implemented in XLToolbox.ExceptionHandler.SubmissionCompletedAction.
|
protectedpure virtual |
Implemented in XLToolbox.ExceptionHandler.SubmissionCompletedAction.
|
protectedpure virtual |
Implemented in XLToolbox.ExceptionHandler.SubmissionCompletedAction.
|
protectedpure virtual |
Implemented in XLToolbox.ExceptionHandler.SubmissionCompletedAction.
|
protectedpure virtual |
Implemented in XLToolbox.ExceptionHandler.SubmissionCompletedAction.
|
inlineprotectedvirtual |
Returns a view that can bind to expected message contents.
Implements Bovender.Mvvm.Actions.MessageActionBase.
|
inlineprotectedvirtual |
Returns a view that can bind to expected message contents.
Implements Bovender.Mvvm.Actions.MessageActionBase.