The Notification type exposes the following members.

Properties

  NameDescription
Public propertyBody
Message body
Public propertyContext
Context set by creator of the notification
Public propertyCreatedByUserID
Gets the CreatedByUserID
(Inherited from BaseEntityInfo.)
Public propertyCreatedOnDate
Gets the CreatedOnDate
(Inherited from BaseEntityInfo.)
Public propertyDisplayDate
A pretty printed string with the time since the message was created
Public propertyExpirationDate
For notifications, this field indicates when it has to be removed (or not displayed)
Public propertyFrom
Message From
Public propertyIncludeDismissAction
Should this notification support a dismiss action
Public propertyKeyID
IHydratable.KeyID.
Public propertyLastModifiedByUserID
Gets the LastModifiedByUserID
(Inherited from BaseEntityInfo.)
Public propertyLastModifiedOnDate
Gets the LastModifiedOnDate
(Inherited from BaseEntityInfo.)
Public propertyNotificationID
NotificationID - The primary key
Public propertyNotificationTypeID
The message type identifier.
Public propertySenderUserID
The UserID of the sender of the message
Public propertySendToast
The notification is displayed on the UI as a toast notification
Public propertySubject
Message Subject
Public propertyTo
To list for the message. This information is saved for faster display of To list in the message

See Also