Class NotificationStoreResultModel
This class represents the results of a notifications store query request.
Inheritance
System.Object
NotificationStoreResultModel
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 NotificationStoreResultModel : PaginatedQueryResultModel<NotificationStoreModel>
Properties
| Improve this Doc View SourceTotalUnreadCount
Gets or sets the total number of unread notification messages for the user.
Declaration
public long TotalUnreadCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |