Show / Hide Table of Contents

Class NotificationDto

DTO для передачи уведомления

Inheritance
object
NotificationDto
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NotifyHub.Abstractions.DTOs
Assembly: NotifyHub.Abstractions.dll
Syntax
public class NotificationDto

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; init; }
Property Value
Type Description
string
| Edit this page View Source

Frequency

Частота отправки

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

Id

ID

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

ScheduledAt

Когда запланирована отправка

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

TelegramUserId

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

Declaration
public required long TelegramUserId { 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

Type

Тип (периодичное/одноразовое)

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