Owneat Technical Guide main Help

Class OrderedItem

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

public class OrderedItem

Inheritance

object ← OrderedItem

Inherited Members

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

Properties

ProductId

public Guid ProductId { get; init; }

Property Value

Guid

Quantity

public uint Quantity { get; init; }

Property Value

uint

Last modified: 21 May 2024