Table of Contents

Class AccountNotification

Namespace
Lers.Models
Assembly
Lers.Models.dll

Уведомление, относящееся к учётной записи

public class AccountNotification
Inheritance
AccountNotification
Inherited Members
Extension Methods

Properties

AccountId

Идентификатор учётной записи.

public int AccountId { get; set; }

Property Value

int

IsRead

Флаг прочитано уведомление или нет.

public bool IsRead { get; set; }

Property Value

bool

Notification

Параметры уведомления.

public Notification Notification { get; set; }

Property Value

Notification

NotificationId

Идентификатор уведомления.

public int NotificationId { get; set; }

Property Value

int