Show / Hide Table of Contents

Class MessagingViewModelBase

Base class for a view model that might need to show a message box to the user.

Inheritance
object
ViewModelBase
MessagingViewModelBase
Implements
INotifyPropertyChanged
Inherited Members
ViewModelBase.RaisePropertyChanged(string)
ViewModelBase.PropertyChanged
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Benday.Presentation
Assembly: Benday.Presentation.dll
Syntax
public abstract class MessagingViewModelBase : ViewModelBase, INotifyPropertyChanged

Constructors

| Edit this page View Source

MessagingViewModelBase(IMessageManager)

Declaration
public MessagingViewModelBase(IMessageManager messageManager)
Parameters
Type Name Description
IMessageManager messageManager

Properties

| Edit this page View Source

Messages

The message manager to use for showing messages to the user.

Declaration
public IMessageManager Messages { get; }
Property Value
Type Description
IMessageManager

Implements

INotifyPropertyChanged
  • Edit this page
  • View Source
In this article
Back to top Copyright © www.benday.com | info@benday.com