ShipmentOrderLinesToShipmentLinesFulfillmentGetDocumentFulfillmentsQuery Method |
Gets the query, which obtains all the fulfillments of the parent document of the order item.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Shipment
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic override IQueryable<ShipmentLine> GetDocumentFulfillmentsQuery(
Tuple<ShipmentOrderLine, StoreTransactionLine> orderItem
)
Public Overrides Function GetDocumentFulfillmentsQuery (
orderItem As Tuple(Of ShipmentOrderLine, StoreTransactionLine)
) As IQueryable(Of ShipmentLine)
public:
virtual IQueryable<ShipmentLine^>^ GetDocumentFulfillmentsQuery(
Tuple<ShipmentOrderLine^, StoreTransactionLine^>^ orderItem
) override
abstract GetDocumentFulfillmentsQuery :
orderItem : Tuple<ShipmentOrderLine, StoreTransactionLine> -> IQueryable<ShipmentLine>
override GetDocumentFulfillmentsQuery :
orderItem : Tuple<ShipmentOrderLine, StoreTransactionLine> -> IQueryable<ShipmentLine>
Parameters
- orderItem
- Type: SystemTupleShipmentOrderLine, StoreTransactionLine
The order item.
Return Value
Type:
IQueryableShipmentLine
The query for all the fulfillments of the parent document.
See Also