Show / Hide Table of Contents

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 Source

Alert

Gets or sets the alert state of the notification.

Declaration
public NotificationMessageAlertStatus Alert { get; set; }
Property Value
Type Description
NotificationMessageAlertStatus
| Improve this Doc View Source

Message

Gets or sets the message model properties.

Declaration
public NotificationMessageModel Message { get; set; }
Property Value
Type Description
NotificationMessageModel
| Improve this Doc View Source

NotificationDate

Gets or sets the notification date.

Declaration
public DateTime NotificationDate { get; set; }
Property Value
Type Description
System.DateTime
| Improve this Doc View Source

NotificationId

Gets or sets the Notification identity.

Declaration
public Guid NotificationId { get; set; }
Property Value
Type Description
System.Guid
| Improve this Doc View Source

State

Gets or sets the notification state.

Declaration
public NotificationState State { get; set; }
Property Value
Type Description
NotificationState
| Improve this Doc View Source

Target

Gets or sets the target type.

Declaration
public NotificationTarget Target { get; set; }
Property Value
Type Description
NotificationTarget
| Improve this Doc View Source

Type

Gets or sets the type of notification.

Declaration
public NotificationType Type { get; set; }
Property Value
Type Description
NotificationType
| Improve this Doc View Source

UserId

Gets or sets the user identity.

Declaration
public string UserId { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright (c) GlobalLink Vasont