Class CreateRestaurantEventCommand
Namespace: Restaurant.Application.Requests.Restaurant
Assembly: Restaurant.Application.dll
public sealed class CreateRestaurantEventCommand : IRequest<Result<Restaurant>>, IBaseRequest
Inheritance
object ← CreateRestaurantEventCommand
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
Description
[Required]
public string Description { get; init; }
Property Value
DisplayImageUrl
[Required]
public string DisplayImageUrl { get; init; }
Property Value
Id
[JsonIgnore]
[Required]
public Guid Id { get; set; }
Property Value
IsActive
[Required]
public bool IsActive { get; init; }
Property Value
Title
[Required]
public string Title { get; init; }
Property Value
TitleColor
[Required]
public long TitleColor { get; init; }
Property Value
Last modified: 21 May 2024