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