Owneat Technical Guide main Help

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

bool

ProductBaseId

public Guid ProductBaseId { get; init; }

Property Value

Guid

RestaurantId

public Guid RestaurantId { get; init; }

Property Value

Guid

Last modified: 21 May 2024