Owneat Technical Guide main Help

Class TableStatusChangedEvent

Namespace: Ordering.Domain.Aggregates.TableAggregate.Events
Assembly: Ordering.Domain.dll

public sealed class TableStatusChangedEvent : IDomainEvent, INotification

Inheritance

object ← TableStatusChangedEvent

Implements

IDomainEvent, INotification

Inherited Members

object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)

Properties

NewState

public TableState NewState { get; init; }

Property Value

TableState

RestaurantId

public Guid RestaurantId { get; init; }

Property Value

Guid

TableId

public Guid TableId { get; init; }

Property Value

Guid

Last modified: 21 May 2024