![]() |
Daniel's XL Toolbox NG
|
Opens a generic WPF dialog window that displays a message and has a single OK button. The message string can include parameters. More...
Public Member Functions | |
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) | |
Static Public Attributes | |
static readonly DependencyProperty | Param1Property |
static readonly DependencyProperty | Param2Property |
static readonly DependencyProperty | Param3Property |
static readonly DependencyProperty | OkButtonLabelProperty |
Protected Member Functions | |
override 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... | |
Properties | |
string | Param1 [get, set] |
string | Param2 [get, set] |
string | Param3 [get, set] |
string | OkButtonLabel [get, set] |
string | FormattedText [get] |
Returns the Message string formatted with the three params. More... | |
![]() | |
string | Caption [get, set] |
string | Message [get, set] |
MessageContent | Content [get, protected set] |
Opens a generic WPF dialog window that displays a message and has a single OK button. The message string can include parameters.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprotectedvirtual |
Returns a view that can bind to expected message contents.
Implements Bovender.Mvvm.Actions.MessageActionBase.
Reimplemented in Bovender.Mvvm.Actions.ConfirmationAction, XLToolbox.Mvvm.Actions.ShowHtmlAction, XLToolbox.Mvvm.Actions.StringMessageAction, and XLToolbox.ExceptionHandler.SubmissionProcessAction.
|
inlineprotectedvirtual |
Returns a view that can bind to expected message contents.
Implements Bovender.Mvvm.Actions.MessageActionBase.
Reimplemented in XLToolbox.Mvvm.Actions.ShowHtmlAction, XLToolbox.Mvvm.Actions.StringMessageAction, and XLToolbox.ExceptionHandler.SubmissionProcessAction.
|
static |
|
static |
|
static |
|
static |
|
get |
Returns the Message string formatted with the three params.
|
getset |
|
getset |
|
getset |
|
getset |