Owneat Technical Guide main Help

Class CustomerQuittingTableEvent

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

public sealed class CustomerQuittingTableEvent : IDomainEvent, INotification

Inheritance

object ← CustomerQuittingTableEvent

Implements

IDomainEvent, INotification

Inherited Members

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

Properties

CustomerId

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

Property Value

Guid

CustomerName

[Required] public string CustomerName { get; init; }

Property Value

string

TableId

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

Property Value

Guid

Last modified: 21 May 2024