Owneat Technical Guide main Help

Class UpdateCategoryCommand

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

public sealed class UpdateCategoryCommand : IRequest<Result<Category>>, IBaseRequest

Inheritance

object ← UpdateCategoryCommand

Implements

IRequest<Result<Category\>\>, IBaseRequest

Inherited Members

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

Properties

Id

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

Property Value

Guid

Name

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

Property Value

string

Last modified: 21 May 2024