|
class | ChooseFileOpenAction |
| Lets the user choose a file name for opening a file. More...
|
|
class | ChooseFileSaveAction |
| Lets the user choose a file name for saving a file. More...
|
|
class | ChooseFolderAction |
| MVVM action that queries the user for a folder. More...
|
|
class | ConfirmationAction |
| Provides an action to confirm or cancel a message. Adds a CancelButtonLabel to the NotificationAction base class and creates a ConfirmationView rather than a NotificationView. More...
|
|
class | FileDialogActionBase |
| Base class for actions that use dialogs based on System.Windows.Forms.FileDialog. More...
|
|
class | FileFolderActionBase |
| Abstract base class for the ChooseFileSaveAction and ChooseFolderAction classes. More...
|
|
class | MessageActionBase |
| Abstract base class for MVVM messaging actions. Derived classes must implement a CreateView method that returns a view for the view model that is expected to be received as a message content. More...
|
|
class | MessageActionExtensions |
|
class | NonUiTrigger |
| A trigger that may be invoked from code. More...
|
|
class | NotificationAction |
| Opens a generic WPF dialog window that displays a message and has a single OK button. The message string can include parameters. More...
|
|
class | ProcessAction |
| Invokes a process view and injects the ProcessMessageContent as a view model into it. More...
|
|
class | ProcessCompletedAction |
| Abstract WPF action that invokes different views depending on the status of a completed process. More...
|
|
class | ShowViewAction |
| Injects a view with a view model that is referenced in a ViewModelMessageContent, and shows the view non-modally. More...
|
|
class | ShowViewDialogAction |
| Injects a view with a view model that is referenced in a ViewModelMessageContent, and shows the view modally. More...
|
|