Class ProductBaseAvailabilityChangedEvent
Namespace: Restaurant.Domain.Base.Events
Assembly: Restaurant.Domain.dll
public sealed class ProductBaseAvailabilityChangedEvent : IDomainEvent, INotification
Inheritance
object ← ProductBaseAvailabilityChangedEvent
Implements
IDomainEvent, INotification
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Properties
NewAvailabilityState
public bool NewAvailabilityState { get; init; }
Property Value
ProductBaseId
public Guid ProductBaseId { get; init; }
Property Value
RestaurantId
public Guid RestaurantId { get; init; }
Property Value
Last modified: 21 May 2024