Class MessageSentDomainEvent
Implements
INotification
Inherited Members
Namespace: NotifyHub.NotificationService.Domain.Events
Assembly: NotifyHub.NotificationService.Domain.dll
Syntax
public class MessageSentDomainEvent : BaseDomainEvent, INotification
Constructors
| Edit this page View SourceMessageSentDomainEvent(NotificationMessageDto)
Declaration
public MessageSentDomainEvent(NotificationMessageDto message)
Parameters
Type | Name | Description |
---|---|---|
NotificationMessageDto | message |
Properties
| Edit this page View SourceMessage
Declaration
public NotificationMessageDto Message { get; }
Property Value
Type | Description |
---|---|
NotificationMessageDto |
Implements
MediatR.INotification