Click or drag to resize

IPastOrderItem Interface

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
public interface IPastOrderItem : ISerializable, 
	IEntity

The IPastOrderItem type exposes the following members.

Properties
  NameDescription
Public propertyAmount
Item amount.
Public propertyId (Inherited from IEntity.)
Public propertyIsMainDish
Item price.
Public propertyPrice
Item price.
Public propertyProduct
Product to be cooked.
Public propertyProductSize
Gets size of the order item if it's product.
Public propertySumWithDiscounts
Item sum with all discounts included.
Public propertySumWithoutDiscounts
Item sum without any discounts.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also