Owneat Technical Guide main Help

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

Guid

TableId

[Required] public Guid TableId { get; init; }

Property Value

Guid

WaiterCallIndicator

[Required] public WaiterCalledIndicatorStates WaiterCallIndicator { get; init; }

Property Value

WaiterCalledIndicatorStates

Last modified: 21 May 2024