Class MessageBase
- Namespace
- HeBianGu.Control.MessageListBox
- Assembly
- HeBianGu.Control.MessageListBox.dll
public abstract class MessageBase : NotifyPropertyChangedBase, INotifyPropertyChanged
- Inheritance
-
MessageBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
MessageBase()
public MessageBase()
Properties
Data
说明
public string Data { get; set; }
Property Value
DateTime
说明
public string DateTime { get; set; }
Property Value
Title
说明
public string Title { get; set; }