Show / Hide Table of Contents

Class NotificationMessageModel

This class represents a message.

Inheritance
System.Object
NotificationModelBase
NotificationMessageModel
Inherited Members
NotificationModelBase.MetadataModel
NotificationModelBase.Metadata
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 Source

HtmlBody

Gets or sets the message content body in optional HTML format.

Declaration
public string HtmlBody { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Subject

Gets or sets the message subject.

Declaration
public string Subject { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright (c) GlobalLink Vasont