Class AccountNotification
Уведомление, относящееся к учётной записи
public class AccountNotification
- Inheritance
-
AccountNotification
- Inherited Members
- Extension Methods
Properties
AccountId
Идентификатор учётной записи.
public int AccountId { get; set; }
Property Value
IsRead
Флаг прочитано уведомление или нет.
public bool IsRead { get; set; }
Property Value
Notification
Параметры уведомления.
public Notification Notification { get; set; }
Property Value
NotificationId
Идентификатор уведомления.
public int NotificationId { get; set; }