Click or drag to resize

WorkOrderItems Property

List of WorkOrderItem child objects, based on the Production.ShopFloor.WorkOrderItem.WorkOrder back reference

Namespace:  Aloe.EnterpriseOne.Model.Production.ShopFloor
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public ChildCollection<WorkOrderItem> Items { get; }

Property Value

Type: ChildCollectionWorkOrderItem
See Also