Show / Hide Table of Contents

Class NotificationStoreResultModel

This class represents the results of a notifications store query request.

Inheritance
System.Object
PaginatedQueryResultModel<NotificationStoreModel>
NotificationStoreResultModel
Inherited Members
PaginatedQueryResultModel<NotificationStoreModel>.TotalCount
PaginatedQueryResultModel<NotificationStoreModel>.Results
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 Source

TotalUnreadCount

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