Owneat Technical Guide main Help

Class CreateNewTableSittingCommand

Namespace: Ordering.Application.Requests.Handlers.Table
Assembly: Ordering.Application.dll

public sealed class CreateNewTableSittingCommand : IRequest<Result<Table>>, IBaseRequest

Inheritance

object ← CreateNewTableSittingCommand

Implements

IRequest<Result<Table\>\>, IBaseRequest

Inherited Members

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

Properties

SittingCustomersLimit

[Required] public int SittingCustomersLimit { get; init; }

Property Value

int

TableGuid

[JsonIgnore] [Required] public Guid TableGuid { get; set; }

Property Value

Guid

Last modified: 21 May 2024