Owneat Technical Guide main Help

Class CreateMenuCategoryCommand

Namespace: Restaurant.Application.Requests.Menu
Assembly: Restaurant.Application.dll

public sealed class CreateMenuCategoryCommand : IRequest<Result<Menu>>, IBaseRequest

Inheritance

object ← CreateMenuCategoryCommand

Implements

IRequest<Result<Menu\>\>, IBaseRequest

Inherited Members

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

Properties

IsFormulaSpecific

[Required] public bool IsFormulaSpecific { get; init; }

Property Value

bool

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

Property Value

Guid

Name

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

Property Value

string

Period

[Required] public ServingPeriod Period { get; init; }

Property Value

ServingPeriod

Last modified: 21 May 2024