Table of Contents

Class MessageViewModel

Namespace
Loehnert.Controls.Dialogs.ViewModels
Assembly
Loehnert.Controls.dll

Represents a view model for a massage item inside a DialogViewModel.

public class MessageViewModel : ItemViewModelBase, INotifyPropertyChangedEx, INotifyPropertyChanged
Inheritance
PropertyChangedBase
MessageViewModel
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Properties

Message

Gets or sets the message.

public string Message { get; set; }

Property Value

string