| IOrderRootItem Interface | 
Namespace: Resto.Front.Api.Data.Orders
 Syntax
Syntaxpublic interface IOrderRootItem : ISerializable, IEntity, IOrderRootItemStub
The IOrderRootItem type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Deleted | |
|  | DeletionMethod | |
|  | Guest | |
|  | Id | (Inherited from IEntity.) | 
|  | PrintTime | |
|  | Status | Gets the status of the current order item. | 
|  | Waiter | Waiter who made latest changes to the order item. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object.(Inherited from ISerializable.) | 
 See Also
See Also