Class UpdateRestaurantEventCommand
Namespace: Restaurant.Application.Requests.RestaurantEvent
Assembly: Restaurant.Application.dll
public sealed class UpdateRestaurantEventCommand : IRequest<Result<RestaurantEvent>>, IBaseRequest
Inheritance
object ← UpdateRestaurantEventCommand
Implements
IRequest<Result<RestaurantEvent\>\>, 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
IsActive
[Required]
public bool IsActive { get; init; }
Property Value
RestaurantEventId
[JsonIgnore]
[Required]
public Guid RestaurantEventId { get; set; }
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