Show / Hide Table of Contents

Class NotificationUpdatedDomainEvent

Inheritance
object
BaseDomainEvent
NotificationUpdatedDomainEvent
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.Abstractions.Events
Assembly: NotifyHub.Abstractions.dll
Syntax
public class NotificationUpdatedDomainEvent : BaseDomainEvent, INotification

Constructors

| Edit this page View Source

NotificationUpdatedDomainEvent(NotificationDto)

Declaration
public NotificationUpdatedDomainEvent(NotificationDto notification)
Parameters
Type Name Description
NotificationDto notification

Properties

| Edit this page View Source

Notification

Declaration
public NotificationDto Notification { get; }
Property Value
Type Description
NotificationDto

Implements

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