Click or drag to resize

PastOrder Class

Inheritance Hierarchy
SystemObject
  Resto.Front.Api.Data.OrdersPastOrder

Namespace: Resto.Front.Api.Data.Orders
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
[SerializableAttribute]
public class PastOrder : ISerializable

The PastOrder type exposes the following members.

Constructors
 NameDescription
Public methodPastOrderInitializes a new instance of the PastOrder class
Protected methodPastOrder(SerializationInfo, StreamingContext)Initializes a new instance of the PastOrder class
Top
Properties
 NameDescription
Public propertyCafeSessionId 
Public propertyCafeSessionNumberCafe session number.
Public propertyCafeSessionOpenTimeCafe session open time.
Public propertyCardTransactions 
Public propertyCashierPerson who closed current order.
Public propertyCashRegisterCash register on which current order was paid.
Public propertyCloseTimeOrder close time.
Public propertyDeletedOrder was deleted.
Public propertyExternalNumberExternal order number.
Public propertyFiscalChequeNumbersOrders fiscal receipt number.
Public propertyGroupOrderInfoGroup order information, if current order is a part of any order.
Public propertyGroupPastOrdersPast orders which have same GroupOrderInfo.
Public propertyItems 
Public propertyItemsDeletedWithoutWriteoff 
Public propertyItemsDeletedWithWriteoff 
Public propertyNumberOrder number.
Public propertyOpenTimeOrder open time.
Public propertyOrderIdOrder id.
Public propertyOrderTypeOrder type.
Public propertyOriginNameOptional marker used to specify order origin. This property contains either null or name of the source order was received from. Specifying origin allows to analyse efficiency of external order sources such as different web-sites, mobile applications and so on. See also ChangeOrderOriginName(IOperationService, String, IOrder, ICredentials).
Public propertyPayments 
Public propertyPublicExternalDataPublic external data of the order.
Public propertyRestaurantSectionRestaurant section.
Public propertySourceOrderInfoSource order information, if current order is a copy of storned order.
Public propertyStornedOrder was storned or past order was storned.
Public propertyTableNumberTable number.
Public propertyWaiterPerson who served current order.
Public propertyWriteoffReasonReason of the writeoff.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetObjectData 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also