Namespace DataWeb.Notification
Classes
AppNotification
Represents a notification object in the application with relevant properties such as Id, user Id, context, type, raw notification values, a list of notification values, read status, read disabled status, forced view status, and notification date.
AppNotificationFilter
Represents a filter for retrieving AppNotification objects from a data store.
AppNotificationInfo
AppNotificationRead
AppNotificationService
Provides services to manage application notifications, such as retrieving and setting notification read status, saving notifications, and removing notifications.
AppNotificationValue
Represents a key-value pair of a notification value in the application.
Interfaces
IAppNotificationService
Provides services to manage application notifications, such as retrieving and setting notification read status, saving notifications, and removing notifications.
IAppNotificationStore
Interface for a data store that manages AppNotification objects.