EnterpriseOneTransactionApplicationsFleetObjectsTripSegments Property |
Gets a typed query for the Applications.Fleet.TripSegment entity type.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionQuery<TripSegment, TripSegmentsRepository> TripSegments { get; }
Public ReadOnly Property TripSegments As TransactionQuery(Of TripSegment, TripSegmentsRepository)
Get
public:
property TransactionQuery<TripSegment^, TripSegmentsRepository^>^ TripSegments {
TransactionQuery<TripSegment^, TripSegmentsRepository^>^ get ();
}
member TripSegments : TransactionQuery<TripSegment, TripSegmentsRepository> with get
Property Value
Type:
TransactionQueryTripSegment,
TripSegmentsRepository
See Also