Click or drag to resize

IPastOrder Interface

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

The IPastOrder type exposes the following members.

Properties
  NameDescription
Public propertyCafeSessionNumber
Orders session number
Public propertyCafeSessionOpenTime
Orders session open time
Public propertyCardTransactions
Public propertyCashier
Gets the user closed the current order.
Public propertyCashRegister
CashRegister of current point of sale
Public propertyCloseTime
Order close time.
Public propertyFiscalChequeNumber
Orders fiscal receipt number
Public propertyId (Inherited from IEntity.)
Public propertyItems
Public propertyNumber
Order number
Public propertyOpenTime
Order open time
Public propertyOrderType
Order type
Public propertyPayments
Public propertyRestaurantSection
Item cooking place.
Public propertyTableNumber
Orders table number
Public propertyWaiter
Person who serves the source order.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also