|
override string | GetDialogResult (string defaultString, string filter) |
| Displays an dialog to choose file or folder names. More...
|
|
override string | GetDialogResult (string defaultString, string filter) |
| Displays an dialog to choose file or folder names. More...
|
|
override void | Invoke (object parameter) |
|
override System.Windows.Window | CreateView () |
| Returns a view that can bind to expected message contents. More...
|
|
override void | Invoke (object parameter) |
|
override System.Windows.Window | CreateView () |
| Returns a view that can bind to expected message contents. 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...
|
|
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...
|
|
MVVM action that queries the user for a folder.
To be used with MVVM messages that carry a StringMessageContent.