Show / Hide Table of Contents

Class BaseDomainEvent

Inheritance
object
BaseDomainEvent
NotificationCreatedDomainEvent
NotificationDeletedDomainEvent
NotificationUpdatedDomainEvent
MessageFailedDomainEvent
MessageSentDomainEvent
Implements
INotification
Inherited Members
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 abstract class BaseDomainEvent : INotification

Properties

| Edit this page View Source

OccurredOn

Declaration
public DateTime OccurredOn { get; init; }
Property Value
Type Description
DateTime

Implements

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