bovender framework
C# framework that implements MVVM and more
Bovender.Mvvm.Actions Namespace Reference

Classes

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. 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. 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. More...
 
class  ProcessAction
 Invokes a process view and injects the ProcessMessageContent as a view model into it. More...
 
class  ProcessCompletedAction
 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...
 
class  SuppressibleNotificationAction