Owneat Technical Guide main Help

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

string

DisplayImageUrl

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

Property Value

string

IsActive

[Required] public bool IsActive { get; init; }

Property Value

bool

RestaurantEventId

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

Property Value

Guid

Title

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

Property Value

string

TitleColor

[Required] public long TitleColor { get; init; }

Property Value

long

Last modified: 21 May 2024