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.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
[SerializableAttribute]
public class PastOrder : ISerializable

The PastOrder type exposes the following members.

Constructors
  NameDescription
Public methodPastOrder
Initializes a new instance of the PastOrder class
Protected methodPastOrder(SerializationInfo, StreamingContext)
Initializes a new instance of the PastOrder class
Top
Properties
  NameDescription
Public propertyCafeSessionNumber
Cafe session number.
Public propertyCafeSessionOpenTime
Cafe session open time.
Public propertyCardTransactions
Public propertyCashier
Person who closed current order.
Public propertyCashRegister
Cash register on which current order was paid.
Public propertyCloseTime
Order close time.
Public propertyDeleted
Order was deleted.
Public propertyFiscalChequeNumbers
Orders fiscal receipt number.
Public propertyGroupOrderInfo
Group order information, if current order is a part of any order.
Public propertyGroupPastOrders
Past orders which have same GroupOrderInfo.
Public propertyItems
Public propertyNumber
Order number.
Public propertyOpenTime
Order open time.
Public propertyOrderId
Order id.
Public propertyOrderType
Order type.
Public propertyOriginName
Optional 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 propertyPublicExternalData
Public external data of the order.
Public propertyRestaurantSection
Restaurant section.
Public propertySourceOrderInfo
Source order information, if current order is a copy of storned order.
Public propertyStorned
Order was storned or past order was storned.
Public propertyTableNumber
Table number.
Public propertyWaiter
Person who served current order.
Public propertyWriteoffReason
Reason of the writeoff.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also