Show / Hide Table of Contents

Class NotificationLog

Лог для отправленных операций

Inheritance
object
BaseEntity
NotificationLog
Inherited Members
BaseEntity.Id
BaseEntity.CreatedAt
BaseEntity.UpdatedAt
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NotifyHub.NotificationService.Domain.Entities
Assembly: NotifyHub.NotificationService.Domain.dll
Syntax
public class NotificationLog : BaseEntity

Properties

| Edit this page View Source

Description

Описание уведомления

Declaration
public required string Description { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Email

Почта пользователя

Declaration
public string? Email { get; set; }
Property Value
Type Description
string
| Edit this page View Source

ErrorMessage

Сообщение об ошибке (при наличии)

Declaration
public string? ErrorMessage { get; set; }
Property Value
Type Description
string
| Edit this page View Source

NotificationId

Id уведомления

Declaration
public required Guid NotificationId { get; set; }
Property Value
Type Description
Guid
| Edit this page View Source

SentAt

Во сколько было отправлено

Declaration
public DateTime SentAt { get; set; }
Property Value
Type Description
DateTime
| Edit this page View Source

Status

Статус операции

Declaration
public OperationStatus Status { get; set; }
Property Value
Type Description
OperationStatus
| Edit this page View Source

TelegramId

ID пользователя в Telegram

Declaration
public required long TelegramId { get; set; }
Property Value
Type Description
long
| Edit this page View Source

Title

Заголовок уведомления

Declaration
public required string Title { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX