Class NotificationUpdatedDomainEvent
Implements
INotification
Inherited Members
Namespace: NotifyHub.Abstractions.Events
Assembly: NotifyHub.Abstractions.dll
Syntax
public class NotificationUpdatedDomainEvent : BaseDomainEvent, INotification
Constructors
| Edit this page View SourceNotificationUpdatedDomainEvent(NotificationDto)
Declaration
public NotificationUpdatedDomainEvent(NotificationDto notification)
Parameters
| Type | Name | Description |
|---|---|---|
| NotificationDto | notification |
Properties
| Edit this page View SourceNotification
Declaration
public NotificationDto Notification { get; }
Property Value
| Type | Description |
|---|---|
| NotificationDto |
Implements
MediatR.INotification