PastOrder Class |
Namespace: Resto.Front.Api.Data.Orders
[SerializableAttribute] public class PastOrder : ISerializable
The PastOrder type exposes the following members.
Name | Description | |
---|---|---|
![]() | PastOrder | Initializes a new instance of the PastOrder class |
![]() | PastOrder(SerializationInfo, StreamingContext) | Initializes a new instance of the PastOrder class |
Name | Description | |
---|---|---|
![]() | CafeSessionNumber | Cafe session number. |
![]() | CafeSessionOpenTime | Cafe session open time. |
![]() | CardTransactions | |
![]() | Cashier | Person who closed current order. |
![]() | CashRegister | Cash register on which current order was paid. |
![]() | CloseTime | Order close time. |
![]() | Deleted | Order was deleted. |
![]() | FiscalChequeNumbers | Orders fiscal receipt number. |
![]() | GroupOrderInfo | Group order information, if current order is a part of any order. |
![]() | GroupPastOrders | Past orders which have same GroupOrderInfo. |
![]() | Items | |
![]() | Number | Order number. |
![]() | OpenTime | Order open time. |
![]() | OrderId | Order id. |
![]() | OrderType | Order type. |
![]() | Payments | |
![]() | PublicExternalData | Public external data of the order. |
![]() | RestaurantSection | Restaurant section. |
![]() | SourceOrderInfo | Source order information, if current order is a copy of storned order. |
![]() | Storned | Order was storned or past order was storned. |
![]() | TableNumber | Table number. |
![]() | Waiter | Person who served current order. |
![]() | WriteoffReason | Reason of the writeoff. |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetObjectData | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |