|
| static readonly DependencyProperty | SuppressMessageTextProperty |
| |
| static readonly DependencyProperty | CaptionProperty |
| |
| static readonly DependencyProperty | MessageProperty |
| |
| static readonly DependencyProperty | Param1Property |
| |
| static readonly DependencyProperty | Param2Property |
| |
| static readonly DependencyProperty | Param3Property |
| |
| static readonly DependencyProperty | OkButtonTextProperty |
| |
| static readonly DependencyProperty | CancelButtonTextProperty |
| |
|
|
override void | Invoke (object parameter) |
| |
| override System.Windows.Window | CreateView () |
| | Returns a view that can bind to expected message contents. More...
|
| |
| override ViewModels.ViewModelBase | GetDataContext (MessageContent messageContent) |
| | Gets a ViewModelBase object that will be injected into the view In the abstract base class, this returns the messageContent parameter as-is. More...
|
| |
| override void | Invoke (object parameter) |
| | Invokes the action by creating a view and a corresponding view model. More...
|
| |
|
void | Invoke< T > (T messageContent, Action response) |
| |
| virtual void | ShowView (Window view) |
| | Shows the view as a modal dialog. More...
|
| |
|
|
virtual bool | Suppress [get, set] |
| |
|
string | SuppressMessageText [get, set] |
| |
|
string | Caption [get, set] |
| |
|
string | Message [get, set] |
| |
|
string | Param1 [get, set] |
| |
|
string | Param2 [get, set] |
| |
|
string | Param3 [get, set] |
| |
|
string | OkButtonText [get, set] |
| |
|
string | CancelButtonText [get, set] |
| |
| string | FormattedText [get] |
| | Returns the Message string formatted with the three params. More...
|
| |
|
MessageContent | Content [get, set] |
| |
|
|
| NotificationAction (string caption, string message) |
| |
|
| NotificationAction (string caption, string message, string okButtonText) |
| |
|
| NotificationAction (string caption, string message, string okButtonText, string param) |
| |
|
| NotificationAction (string caption, string message, string okButtonText, string param1, string param2) |
| |
|
| NotificationAction (string caption, string message, string okButtonText, string param1, string param2, string param3) |
| |
| override System.Windows.Window Bovender.Mvvm.Actions.SuppressibleNotificationAction.CreateView |
( |
| ) |
|
|
inlineprotectedvirtual |
| readonly DependencyProperty Bovender.Mvvm.Actions.SuppressibleNotificationAction.SuppressMessageTextProperty |
|
static |
Initial value:= DependencyProperty.Register(
"SuppressMessageText", typeof(string), typeof(SuppressibleNotificationAction))
Definition at line 49 of file SuppressibleNotificationAction.cs.
The documentation for this class was generated from the following file: