Click or drag to resize

IRemovedOrderItem Interface

Item which was deleted before printing.

Namespace: Resto.Front.Api.Data.Orders
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.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 propertyIdId of deleted not printed item.
Public propertyParentIdIf 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 methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
See Also