Owneat Technical Guide main Help

Class DeleteOrderCommand

Namespace: Ordering.Application.Requests.Handlers.Order
Assembly: Ordering.Application.dll

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

Inheritance

object ← DeleteOrderCommand

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

OrderId

[Required] [JsonIgnore] public Guid OrderId { get; init; }

Property Value

Guid

Last modified: 21 May 2024