Abstract base class for the ChooseFileSaveAction and ChooseFolderAction classes.
More...
|
| abstract 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...
|
| |
| abstract 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) |
| | 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...
|
| |
Abstract base class for the ChooseFileSaveAction and ChooseFolderAction classes.
◆ CreateView() [1/2]
| override System.Windows.Window Bovender.Mvvm.Actions.FileFolderActionBase.CreateView |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ CreateView() [2/2]
| override System.Windows.Window Bovender.Mvvm.Actions.FileFolderActionBase.CreateView |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ GetDialogResult() [1/2]
| abstract string Bovender.Mvvm.Actions.FileFolderActionBase.GetDialogResult |
( |
string |
defaultString, |
|
|
string |
filter |
|
) |
| |
|
protectedpure virtual |
◆ GetDialogResult() [2/2]
| abstract string Bovender.Mvvm.Actions.FileFolderActionBase.GetDialogResult |
( |
string |
defaultString, |
|
|
string |
filter |
|
) |
| |
|
protectedpure virtual |
◆ Invoke() [1/2]
| override void Bovender.Mvvm.Actions.FileFolderActionBase.Invoke |
( |
object |
parameter | ) |
|
|
inlineprotected |
◆ Invoke() [2/2]
| override void Bovender.Mvvm.Actions.FileFolderActionBase.Invoke |
( |
object |
parameter | ) |
|
|
inlineprotected |
◆ Description
| string Bovender.Mvvm.Actions.FileFolderActionBase.Description |
|
getset |
◆ MessageContent
The documentation for this class was generated from the following file: