Overload | Description |
---|---|
FilterByShipmentAndSort(IList<OrderItem>) | Gets a collection of all order items in this collection that are not associated with any shippment. i.e; their orderShipmentId is 0 and sorts them |
FilterByShipmentAndSort(IList<OrderItem>,Int32) | Gets a collection of all order items in this collection that belong to a particular shipment and sorts them. |