ReceivingOrderLogisticsLines Property |
Gets the logistics lines of the document.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Procurement
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic override IEnumerable<LogisticsDocumentLine> LogisticsLines { get; }
Public Overrides ReadOnly Property LogisticsLines As IEnumerable(Of LogisticsDocumentLine)
Get
public:
virtual property IEnumerable<LogisticsDocumentLine^>^ LogisticsLines {
IEnumerable<LogisticsDocumentLine^>^ get () override;
}
abstract LogisticsLines : IEnumerable<LogisticsDocumentLine> with get
override LogisticsLines : IEnumerable<LogisticsDocumentLine> with get
Property Value
Type:
IEnumerableLogisticsDocumentLine
The logistics lines.
See Also