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...
|
| ConfirmationAction () |
|
| ConfirmationAction () |
|
| NotificationAction () |
|
| NotificationAction (string caption, string message) |
|
| NotificationAction (string caption, string message, string okButtonLabel) |
|
| NotificationAction (string caption, string message, string okButtonLabel, string param) |
|
| NotificationAction (string caption, string message, string okButtonLabel, string param1, string param2) |
|
| NotificationAction (string caption, string message, string okButtonLabel, string param1, string param2, string param3) |
|
| NotificationAction () |
|
| NotificationAction (string caption, string message) |
|
| NotificationAction (string caption, string message, string okButtonLabel) |
|
| NotificationAction (string caption, string message, string okButtonLabel, string param) |
|
| NotificationAction (string caption, string message, string okButtonLabel, string param1, string param2) |
|
| NotificationAction (string caption, string message, string okButtonLabel, string param1, string param2, string param3) |
|
|
override System.Windows.Window | CreateView () |
| Returns a view that can bind to expected message contents. More...
|
|
override System.Windows.Window | CreateView () |
| Returns a view that can bind to expected message contents. More...
|
|
override 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...
|
|
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.
◆ ConfirmationAction() [1/2]
Bovender.Mvvm.Actions.ConfirmationAction.ConfirmationAction |
( |
| ) |
|
|
inline |
◆ ConfirmationAction() [2/2]
Bovender.Mvvm.Actions.ConfirmationAction.ConfirmationAction |
( |
| ) |
|
|
inline |
◆ CreateView() [1/2]
override System.Windows.Window Bovender.Mvvm.Actions.ConfirmationAction.CreateView |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ CreateView() [2/2]
override System.Windows.Window Bovender.Mvvm.Actions.ConfirmationAction.CreateView |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ CancelButtonLabelProperty
static readonly DependencyProperty Bovender.Mvvm.Actions.ConfirmationAction.CancelButtonLabelProperty |
|
static |
Initial value:= DependencyProperty.Register(
◆ CancelButtonLabel
string Bovender.Mvvm.Actions.ConfirmationAction.CancelButtonLabel |
|
getset |
The documentation for this class was generated from the following file: