ILogisticsDocumentLogisticsLinesCollections Property |
Gets the logistics lines collections.
Some documents have more than one child collection with logistics lines.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
SyntaxIEnumerable<IEnumerable<ILogisticsDocumentLine>> LogisticsLinesCollections { get; }
ReadOnly Property LogisticsLinesCollections As IEnumerable(Of IEnumerable(Of ILogisticsDocumentLine))
Get
property IEnumerable<IEnumerable<ILogisticsDocumentLine^>^>^ LogisticsLinesCollections {
IEnumerable<IEnumerable<ILogisticsDocumentLine^>^>^ get ();
}
abstract LogisticsLinesCollections : IEnumerable<IEnumerable<ILogisticsDocumentLine>> with get
Property Value
Type:
IEnumerableIEnumerableILogisticsDocumentLine
The logistics lines collections.
See Also