Owneat Technical Guide main Help

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

string

DisplayImageUrl

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

Property Value

string

Id

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

Property Value

Guid

IsActive

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

Property Value

bool

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