LogisticsDocumentLineGetDistributedAmounts Method |
Gets the distributed amount among this line by specified DocumentAmountType. Only distributed amounts from the line's document are returned.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount GetDistributedAmounts(
Func<DocumentAmountType, bool> amountTypeSelector
)
Public Function GetDistributedAmounts (
amountTypeSelector As Func(Of DocumentAmountType, Boolean)
) As Amount
public:
Amount^ GetDistributedAmounts(
Func<DocumentAmountType^, bool>^ amountTypeSelector
)
member GetDistributedAmounts :
amountTypeSelector : Func<DocumentAmountType, bool> -> Amount
Parameters
- amountTypeSelector
- Type: SystemFuncDocumentAmountType, Boolean
Type of the amount.
Return Value
Type:
Amount
See Also