EnterpriseOneTransactionLogisticsShipmentObjectsTransportationExecutions Property |
Gets a typed query for the Logistics.Shipment.TransportationExecution entity type.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionQuery<TransportationExecution, TransportationExecutionsRepository> TransportationExecutions { get; }
Public ReadOnly Property TransportationExecutions As TransactionQuery(Of TransportationExecution, TransportationExecutionsRepository)
Get
public:
property TransactionQuery<TransportationExecution^, TransportationExecutionsRepository^>^ TransportationExecutions {
TransactionQuery<TransportationExecution^, TransportationExecutionsRepository^>^ get ();
}
member TransportationExecutions : TransactionQuery<TransportationExecution, TransportationExecutionsRepository> with get
Property Value
Type:
TransactionQueryTransportationExecution,
TransportationExecutionsRepository
See Also