Show / Hide Table of Contents

Class NotificationDeletedDomainEvent

Inheritance
object
BaseDomainEvent
NotificationDeletedDomainEvent
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 NotificationDeletedDomainEvent : BaseDomainEvent, INotification

Constructors

| Edit this page View Source

NotificationDeletedDomainEvent(Guid)

Declaration
public NotificationDeletedDomainEvent(Guid notificationId)
Parameters
Type Name Description
Guid notificationId

Properties

| Edit this page View Source

NotificationId

Declaration
public Guid NotificationId { get; }
Property Value
Type Description
Guid

Implements

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