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