Click or drag to resize

WorkOrderLineItems Property

A read-only, enumerable list of the line items associated with this order. Only orders of type ReceivingOrder may contain line items.

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax
public IEnumerable<OrderLineItem> LineItems { get; }

Property Value

Type: IEnumerableOrderLineItem
See Also