Owneat Technical Guide main Help

Class UpdateRestaurantImageCommand

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

public sealed class UpdateRestaurantImageCommand : IRequest<Result<Unit>>, IBaseRequest

Inheritance

object ← UpdateRestaurantImageCommand

Implements

IRequest<Result<Unit\>\>, IBaseRequest

Inherited Members

object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)

Properties

DisplayImageUrl

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

Property Value

string

RestaurantId

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

Property Value

Guid

Last modified: 21 May 2024