Owneat Technical Guide main Help

Class UpdateFormulaCommand

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

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

Inheritance

object ← UpdateFormulaCommand

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

Description

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

Property Value

string

Id

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

Property Value

Guid

IsAvailable

public bool IsAvailable { get; init; }

Property Value

bool

Name

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

Property Value

string

Last modified: 21 May 2024