Show / Hide Table of Contents

Class NotificationStoreQueryModel

This class represents a notification store query model used in paging interfaces for notification messages.

Inheritance
System.Object
PaginatedQueryRequestModel
NotificationStoreQueryModel
Inherited Members
PaginatedQueryRequestModel.Page
PaginatedQueryRequestModel.Limit
PaginatedQueryRequestModel.Sort
PaginatedQueryRequestModel.Dir
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 NotificationStoreQueryModel : PaginatedQueryRequestModel

Properties

| Improve this Doc View Source

Alert

Gets or sets a list of alerts to filter by. An empty list will not filter by alert.

Declaration
public List<NotificationMessageAlertStatus> Alert { get; set; }
Property Value
Type Description
System.Collections.Generic.List<NotificationMessageAlertStatus>
| Improve this Doc View Source

SearchText

Gets or sets a string used for filtering notification results.

Declaration
public string SearchText { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

State

Gets or sets a list of states to filter by. An empty list will not filter by state.

Declaration
public List<NotificationState> State { get; set; }
Property Value
Type Description
System.Collections.Generic.List<NotificationState>
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright (c) GlobalLink Vasont