Class NotificationDeletedDomainEvent
Implements
INotification
Inherited Members
Namespace: NotifyHub.Abstractions.Events
Assembly: NotifyHub.Abstractions.dll
Syntax
public class NotificationDeletedDomainEvent : BaseDomainEvent, INotification
Constructors
| Edit this page View SourceNotificationDeletedDomainEvent(Guid)
Declaration
public NotificationDeletedDomainEvent(Guid notificationId)
Parameters
Type | Name | Description |
---|---|---|
Guid | notificationId |
Properties
| Edit this page View SourceNotificationId
Declaration
public Guid NotificationId { get; }
Property Value
Type | Description |
---|---|
Guid |
Implements
MediatR.INotification