Class NotificationCreatedDomainEvent
Implements
INotification
Inherited Members
Namespace: NotifyHub.Abstractions.Events
Assembly: NotifyHub.Abstractions.dll
Syntax
public class NotificationCreatedDomainEvent : BaseDomainEvent, INotification
Constructors
| Edit this page View SourceNotificationCreatedDomainEvent(NotificationDto)
Declaration
public NotificationCreatedDomainEvent(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