Show / Hide Table of Contents

Class NotificationEventDto

Сообщение для OutboxProcessor (Kafka)

Inheritance
object
NotificationEventDto
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 NotificationEventDto

Properties

| Edit this page View Source

DeletedId

Id уведомления (удаление)

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

EventType

Тип события (создание/удаление/обновление)

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

Notification

Уведомление (создание/обновление)

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