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; }
Public ReadOnly Property LineItems As IEnumerable(Of OrderLineItem)
Get
public:
property IEnumerable<OrderLineItem^>^ LineItems {
IEnumerable<OrderLineItem^>^ get ();
}
member LineItems : IEnumerable<OrderLineItem> with get
Property Value
Type:
IEnumerableOrderLineItemSee Also