Owneat Technical Guide main Help

Class CreateFormulaSectionInFormulaCommand

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

public sealed class CreateFormulaSectionInFormulaCommand : IRequest<Result<Formula>>, IBaseRequest

Inheritance

object ← CreateFormulaSectionInFormulaCommand

Implements

IRequest<Result<Formula\>\>, IBaseRequest

Inherited Members

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

Properties

FormulaId

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

Property Value

Guid

Name

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

Property Value

string

Last modified: 21 May 2024