Overload | Description |
---|---|
FilterByShipment(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 |
FilterByShipment(IList<OrderItem>,Int32) | Gets a collection of all order items in this collection that belong to a particular shipment. |