Show / Hide Table of Contents

Class MessageSentDomainEvent

Inheritance
object
BaseDomainEvent
MessageSentDomainEvent
Implements
INotification
Inherited Members
BaseDomainEvent.OccurredOn
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NotifyHub.NotificationService.Domain.Events
Assembly: NotifyHub.NotificationService.Domain.dll
Syntax
public class MessageSentDomainEvent : BaseDomainEvent, INotification

Constructors

| Edit this page View Source

MessageSentDomainEvent(NotificationMessageDto)

Declaration
public MessageSentDomainEvent(NotificationMessageDto message)
Parameters
Type Name Description
NotificationMessageDto message

Properties

| Edit this page View Source

Message

Declaration
public NotificationMessageDto Message { get; }
Property Value
Type Description
NotificationMessageDto

Implements

MediatR.INotification
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX