Click or drag to resize

StoreOrderLines Property

List of StoreOrderLine child objects, based on the Logistics.Inventory.StoreOrderLine.StoreOrder 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<StoreOrderLine> Lines { get; }

Property Value

Type: ChildCollectionStoreOrderLine
See Also