Click or drag to resize

IOrderCookingItem Interface

Base type for all foody order items (those which may be cooked in the kitchen).

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

The IOrderCookingItem type exposes the following members.

Properties
 NameDescription
Public propertyAmount 
Public propertyComment 
Public propertyCookingFinishTime 
Public propertyCookingStartTime 
Public propertyCookingTimeStandard cooking time defined by settings if cooking is started, otherwise null.
Public propertyCourseGets the course of the current order item.
Public propertyDeleted
(Inherited from IOrderRootItem)
Public propertyDeletionMethod
(Inherited from IOrderRootItem)
Public propertyGuest
(Inherited from IOrderRootItem)
Public propertyId
(Inherited from IEntity)
Public propertyKitchenProduct cooking place.
Public propertyPrintTime
(Inherited from IOrderRootItem)
Public propertyServeTime 
Public propertySizeGets size of the order item if it's product or template has scale, otherwise null.
Public propertyStatusGets the status of the current order item.
(Inherited from IOrderRootItem)
Public propertyWaiterWaiter who made latest changes to the order item.
(Inherited from IOrderRootItem)
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
See Also