Class UnreadNotificationCount
Количество непрочитанных уведомлений.
public class UnreadNotificationCount
- Inheritance
-
UnreadNotificationCount
- Inherited Members
- Extension Methods
Constructors
UnreadNotificationCount()
Конструктор по умолчанию.
public UnreadNotificationCount()
UnreadNotificationCount(int, Dictionary<NotificationType, int>)
Конструктор, принимающий параметры.
public UnreadNotificationCount(int total, Dictionary<NotificationType, int> unreadNotifications)
Parameters
total
intunreadNotifications
Dictionary<NotificationType, int>
Properties
Total
Общее количество непрочитанных уведомлений.
public int Total { get; set; }
Property Value
UnreadNotification
Количество непрочитанных уведомлений каждого типа.
public Dictionary<NotificationType, int> UnreadNotification { get; set; }