Class ChangeWaiterCalledIndicatorEvent
Namespace: Ordering.Domain.Aggregates.TableAggregate.Events
Assembly: Ordering.Domain.dll
public sealed class ChangeWaiterCalledIndicatorEvent : IDomainEvent, INotification
Inheritance
object ← ChangeWaiterCalledIndicatorEvent
Implements
IDomainEvent, INotification
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Properties
RestaurantId
[Required]
public Guid RestaurantId { get; init; }
Property Value
TableId
[Required]
public Guid TableId { get; init; }
Property Value
WaiterCallIndicator
[Required]
public WaiterCalledIndicatorStates WaiterCallIndicator { get; init; }
Property Value
Last modified: 21 May 2024