Click or drag to resize

IDeliveryTerminalWorkload Interface

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public interface IDeliveryTerminalWorkload : ISerializable

The IDeliveryTerminalWorkload type exposes the following members.

Properties
  NameDescription
Public propertyCourierWorkload
Courier workload.
Public propertyIsTimePeak
Set standard cooking time 'Peak hour'
Public propertyKitchenWorkload
Kitchen workload.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also