Click or drag to resize

LogisticsDocumentLogisticsLinesCollections Property

Gets the logistics lines collections. Some documents have more than one child collection with logistics lines.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public virtual IEnumerable<IEnumerable<ILogisticsDocumentLine>> LogisticsLinesCollections { get; }

Property Value

Type: IEnumerableIEnumerableILogisticsDocumentLine
The logistics lines collections.

Implements

ILogisticsDocumentLogisticsLinesCollections
See Also