Click or drag to resize

IOrderRootItem Interface

Base type for all order items.

Namespace: Resto.Front.Api.Data.Orders
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.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 propertyStatusGets the status of the current order item.
Public propertyWaiterWaiter who made latest changes to the order item.
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
See Also