Owneat Technical Guide main Help

Class UpdateAllergenCommand

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

public sealed class UpdateAllergenCommand : IRequest<Result<Allergen>>, IBaseRequest

Inheritance

object ← UpdateAllergenCommand

Implements

IRequest<Result<Allergen\>\>, IBaseRequest

Inherited Members

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

Properties

Id

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

Property Value

Guid

Name

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

Property Value

string

Last modified: 21 May 2024