Class NotificationStoreQueryModel
This class represents a notification store query model used in paging interfaces for notification messages.
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 NotificationStoreQueryModel : PaginatedQueryRequestModel
Properties
| Improve this Doc View SourceAlert
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> |
SearchText
Gets or sets a string used for filtering notification results.
Declaration
public string SearchText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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> |