Click or drag to resize

CurrentBalance Constructor (ObjectTransaction, RowProvider)

Initializes a new instance of the CurrentBalance class with specific ObjectTransaction
Initializes a new instance of the CurrentBalance class with specific ObjectTransaction

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public CurrentBalance(
	ObjectTransaction tr,
	RowProvider CurrentBalanceRow
)

Parameters

tr
Type: Aloe.SystemFrameworks.DomainObjectTransaction
CurrentBalanceRow
Type: Aloe.SystemFrameworks.Domain.DataAccessRowProvider
See Also