Class NotificationMessageModel
This class represents a message.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Vasont.Publisher.Models.Notifications.Types
Assembly: Vasont.Publisher.Models.dll
Syntax
public class NotificationMessageModel : NotificationModelBase
Properties
| Improve this Doc View SourceHtmlBody
Gets or sets the message content body in optional HTML format.
Declaration
public string HtmlBody { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Subject
Gets or sets the message subject.
Declaration
public string Subject { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Summary
Gets or sets the summary message to display to the user in notification toasts.
Declaration
public string Summary { get; set; }
Property Value
Type | Description |
---|---|
System.String |