Class BaseDomainEvent
Inheritance
BaseDomainEvent
Implements
INotification
Inherited Members
Namespace: NotifyHub.Abstractions.Events
Assembly: NotifyHub.Abstractions.dll
Syntax
public abstract class BaseDomainEvent : INotification
Properties
| Edit this page View SourceOccurredOn
Declaration
public DateTime OccurredOn { get; init; }
Property Value
Type | Description |
---|---|
DateTime |
Implements
MediatR.INotification