Click or drag to resize

IRemovedOrderItem Interface

Item which was deleted before printing.

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
public interface IRemovedOrderItem : ISerializable

The IRemovedOrderItem type exposes the following members.

Properties
  NameDescription
Public propertyAmount
Public propertyComment
Public propertyCookingPlace
Public propertyCookingPlaceType
Public propertyCost
Public propertyId
Id of deleted not printed item.
Public propertyParentId
If current item is modifier, then contains id of parent item, otherwise null.
Public propertyPrice
Public propertyProduct
Public propertyProductCustomName
Public propertySize
Public propertyTaxPercent
Public propertyWaiter
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also