NotificationService Class
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Service layer for Notification objects.
public static class NotificationService
- Inheritance:
- System.Object → NotificationService
Methods
Get(int, bool) | Gets an Notification object. |
Get |
Gets the number to display on the badge for the specified user. |
Get |
Get the badge values for conversations and notifications. |
Get |
Gets the unread notifications for a user. The notifications are sorted with the most recent notification first. |
Insert(Notification) | Inserts a notification. |
Read |
Marks all notifications for current user that relates to the specifed parent entity as read. |
Read |
Mark all notifications for the specified user as read. |
Search(Notification |
Search notifications with the specified search criteria. |
Update(Notification, bool) | Updates the specified Notification. |