Click or drag to resize

TransferOrderLines Property

List of TransferOrderLine child objects, based on the Logistics.Inventory.TransferOrderLine.TransferOrder back reference

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public ChildCollection<TransferOrderLine> Lines { get; }

Property Value

Type: ChildCollectionTransferOrderLine
See Also