Table of Contents

Class UnreadNotificationCount

Namespace
Lers.Models
Assembly
Lers.Models.dll

Количество непрочитанных уведомлений.

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 int
unreadNotifications Dictionary<NotificationType, int>

Properties

Total

Общее количество непрочитанных уведомлений.

public int Total { get; set; }

Property Value

int

UnreadNotification

Количество непрочитанных уведомлений каждого типа.

public Dictionary<NotificationType, int> UnreadNotification { get; set; }

Property Value

Dictionary<NotificationType, int>