Click or drag to resize

AssetTransactionLines Property

List of AssetTransactionLine child objects, based on the Finance.Assets.AssetTransactionLine.AssetTransaction back reference

Namespace:  Aloe.EnterpriseOne.Model.Finance.Assets
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public ChildCollection<AssetTransactionLine> Lines { get; }

Property Value

Type: ChildCollectionAssetTransactionLine
See Also