Class NotificationEventDto
Сообщение для OutboxProcessor (Kafka)
Inherited Members
Namespace: NotifyHub.Abstractions.DTOs
Assembly: NotifyHub.Abstractions.dll
Syntax
public class NotificationEventDto
Properties
| Edit this page View SourceDeletedId
Id уведомления (удаление)
Declaration
public Guid? DeletedId { get; set; }
Property Value
Type | Description |
---|---|
Guid? |
EventType
Тип события (создание/удаление/обновление)
Declaration
public DomainEventType EventType { get; set; }
Property Value
Type | Description |
---|---|
DomainEventType |
Notification
Уведомление (создание/обновление)
Declaration
public NotificationDto? Notification { get; set; }
Property Value
Type | Description |
---|---|
NotificationDto |