public class TextMessage : MessageBase, IReportMessageResult, INotifyPropertyChanged, IInlineMessage
Declaration
public TextMessage(Author author, string text, DateTime creationDate = null)
Parameters
|
Author
author
|
|
System.String
text
|
|
System.DateTime
creationDate
|
Declaration
public TextMessage(Author author, string text, string status, DateTime creationDate = null)
Parameters
|
Author
author
|
|
System.String
text
|
|
System.String
status
|
|
System.DateTime
creationDate
|
Declaration
public InlineViewModel InlineViewModel { get; }
Property Value
Implements
Declaration
public string Text { get; set; }
Property Value