Click or drag to resize

IOrderRootItem Interface

Base type for all order items.

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

The IOrderRootItem type exposes the following members.

Properties
  NameDescription
Public propertyDeleted
Public propertyDeletionMethod
Public propertyGuest
Public propertyId (Inherited from IEntity.)
Public propertyPrintTime
Public propertyStatus
Gets the status of the current order item.
Public propertyWaiter
Waiter who made latest changes to the order item.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also