DistributionResultToStoreTransactionLineFulfillmentGetDocumentFulfillmentsQuery Method |
Gets the query, which obtains all the fulfillments of the parent document of the order item.
Namespace:
Aloe.EnterpriseOne.Model.Finance.Cost
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic override IQueryable<StoreTransactionLine> GetDocumentFulfillmentsQuery(
DistributionResult orderItem
)
Public Overrides Function GetDocumentFulfillmentsQuery (
orderItem As DistributionResult
) As IQueryable(Of StoreTransactionLine)
public:
virtual IQueryable<StoreTransactionLine^>^ GetDocumentFulfillmentsQuery(
DistributionResult^ orderItem
) override
abstract GetDocumentFulfillmentsQuery :
orderItem : DistributionResult -> IQueryable<StoreTransactionLine>
override GetDocumentFulfillmentsQuery :
orderItem : DistributionResult -> IQueryable<StoreTransactionLine>
Parameters
- orderItem
- Type: Aloe.EnterpriseOne.Model.Finance.CostDistributionResult
The order item.
Return Value
Type:
IQueryableStoreTransactionLine
The query for all the fulfillments of the parent document.
See Also