| StornedPastOrderInfo Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Resto.Front.Api.Data.Orders
 Syntax
Syntax[SerializableAttribute] public class StornedPastOrderInfo : ISerializable
The StornedPastOrderInfo type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | StornedPastOrderInfo | Initializes a new instance of the StornedPastOrderInfo class | 
|  | StornedPastOrderInfo(SerializationInfo, StreamingContext) | Initializes a new instance of the StornedPastOrderInfo class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Cashier | Person who storned current order. | 
|  | CashRegister | Cash register on which current order was storned. | 
|  | Items | |
|  | OrderType | Order type. | 
|  | PastOrderInfo | Storned past order`s info. If {c}null{/c}, then the items were storned without an order. | 
|  | Payment | |
|  | RestaurantSection | Restaurant section. | 
|  | StornoOrderInfo | Info of new order, that was created by returning the past order or items. | 
 Methods
Methods| 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.) | 
 See Also
See Also