Owneat Technical Guide main Help

Class CreateRestaurantMenuCategoryCommand

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

public sealed class CreateRestaurantMenuCategoryCommand : IRequest<Result<Restaurant>>, IBaseRequest

Inheritance

object ← CreateRestaurantMenuCategoryCommand

Implements

IRequest<Result<Restaurant\>\>, 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