Class AppNotificationFilter
Represents a filter for retrieving AppNotification objects from a data store.
Inherited Members
Namespace: DataWeb.Notification
Assembly: DataWeb.Core.dll
Syntax
public class AppNotificationFilter
Properties
Context
Gets or sets the context for the notifications.
Declaration
public string Context { get; set; }
Property Value
Type | Description |
---|---|
string |
Count
Gets or sets the number of notifications to retrieve.
Declaration
public int Count { get; set; }
Property Value
Type | Description |
---|---|
int |
FromDate
Gets or sets the starting date for the notifications.
Declaration
public DateTime? FromDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
Id
Gets or sets the unique identifier.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
IsRead
Gets or sets a value indicating whether the notifications have been read.
Declaration
public bool? IsRead { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IsViewForced
Gets or sets a value indicating whether the notifications have been marked as view forced.
Declaration
public bool? IsViewForced { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ReferenceId
Gets or sets the reference Id of the notifications.
Declaration
public string ReferenceId { get; set; }
Property Value
Type | Description |
---|---|
string |
ToDate
Gets or sets the ending date for the notifications.
Declaration
public DateTime? ToDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
Type
Gets or sets the type of the notifications.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
UserIdMaster
Gets or sets the user identifier for the notifications.
Declaration
public string UserIdMaster { get; set; }
Property Value
Type | Description |
---|---|
string |