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