Class NotificationStoreModel
This model represents a notification alert that has been stored in the user's store for load on UI/Profile startup.
Inheritance
System.Object
NotificationStoreModel
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
Assembly: Vasont.Publisher.Models.dll
Syntax
public class NotificationStoreModel
Properties
| Improve this Doc View SourceAlert
Gets or sets the alert state of the notification.
Declaration
public NotificationMessageAlertStatus Alert { get; set; }
Property Value
Type | Description |
---|---|
NotificationMessageAlertStatus |
Message
Gets or sets the message model properties.
Declaration
public NotificationMessageModel Message { get; set; }
Property Value
Type | Description |
---|---|
NotificationMessageModel |
NotificationDate
Gets or sets the notification date.
Declaration
public DateTime NotificationDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
NotificationId
Gets or sets the Notification identity.
Declaration
public Guid NotificationId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
State
Gets or sets the notification state.
Declaration
public NotificationState State { get; set; }
Property Value
Type | Description |
---|---|
NotificationState |
Target
Gets or sets the target type.
Declaration
public NotificationTarget Target { get; set; }
Property Value
Type | Description |
---|---|
NotificationTarget |
Type
Gets or sets the type of notification.
Declaration
public NotificationType Type { get; set; }
Property Value
Type | Description |
---|---|
NotificationType |
UserId
Gets or sets the user identity.
Declaration
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
System.String |