IDocumentAmountsDocumentGetDocumentAmountsInfo Method |
Gets the document amounts information.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.DocumentAmounts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
SyntaxIEnumerable<DocumentAmountInfo> GetDocumentAmountsInfo(
bool recalculate = false
)
Function GetDocumentAmountsInfo (
Optional recalculate As Boolean = false
) As IEnumerable(Of DocumentAmountInfo)
IEnumerable<DocumentAmountInfo^>^ GetDocumentAmountsInfo(
bool recalculate = false
)
abstract GetDocumentAmountsInfo :
?recalculate : bool
(* Defaults:
let _recalculate = defaultArg recalculate false
*)
-> IEnumerable<DocumentAmountInfo>
Parameters
- recalculate (Optional)
- Type: SystemBoolean
if set to true [recalculate].
Return Value
Type:
IEnumerableDocumentAmountInfo
See Also