Class MessagingViewModelBase
Base class for a view model that might need to show a message box to the user.
Implements
Inherited Members
Namespace: Benday.Presentation
Assembly: Benday.Presentation.dll
Syntax
public abstract class MessagingViewModelBase : ViewModelBase, INotifyPropertyChanged
Constructors
| Edit this page View SourceMessagingViewModelBase(IMessageManager)
Declaration
public MessagingViewModelBase(IMessageManager messageManager)
Parameters
Type | Name | Description |
---|---|---|
IMessageManager | messageManager |
Properties
| Edit this page View SourceMessages
The message manager to use for showing messages to the user.
Declaration
public IMessageManager Messages { get; }
Property Value
Type | Description |
---|---|
IMessageManager |