TripChain
Namespace: CCPEntities
Summary
The TripChain class is used to describe the full planning of a single (virtual) vehicle for one daySyncable
This object is syncableProperties
| Name | Type | FixedLength | MaxLength/Range | Identity | Summary | Value | |
|---|---|---|---|---|---|---|---|
|
|
TripChainId* | Edm.Int32 | False | true | |||
| OwnerTransporterId* | Edm.Int32 | False | The owner of the CCPEntities.TripChain | ||||
| VehicleId | Edm.Int32 | False | A possible concrete vehicle that is used in the execution of the entire CCPEntities.TripChain | ||||
| VehicleTypeId* | Edm.Int32 | False | The VehicleType of the vehicle that should be able to execute the entire CCPEntities.TripChain | ||||
| PlannedDrivingTime | Edm.Int32 | False | The planned driving time [s] | ||||
| PlannedDrivingDistance | Edm.Double | False | The planned driving distance [km] | ||||
| PlannedServiceTime | Edm.Int32 | False | The planned service time [s] | ||||
| PlannedWaitingTime | Edm.Int32 | False | The planned waiting time [s] | ||||
| StartDateTime* | Edm.DateTime | False | The planned start time of the CCPEntities.TripChain | ||||
| EndDateTime* | Edm.DateTime | False | The planned end time of the CCPEntities.TripChain | ||||
| Deleted* | Edm.Boolean | False | Indicates whether this CCPEntities.TripChain is logically deleted. |
|
|||
| LastUpdated | Edm.DateTime | False |
A timestamp of the last update of the entity in CCP. Check this property in order to know if you are in sync with CCP. |
A timestamp in UTC. |
Navigation Properties
| Name | Type | Multiplicity | Summary | |
|---|---|---|---|---|
| Trips | Trip | * | A collection of CCPEntities.Trip that have to be executed during the execution of the CCPEntities.TripChain | |
| OwnerTransporter | Transporter | * | The owner of the CCPEntities.TripChain | |
| TripChainActions | TripChainActivity | 0..1 | A collection of CCPEntities.TripChainActivity that have to be executed during the execution of the CCPEntities.TripChain | |
| TripCombinations | TripCombination | 0..1 | A collection of CCPEntities.TripCombination that have to be executed during the execution of the CCPEntities.TripChain | |
| Vehicle | Vehicle | * | A possible concrete vehicle that is used in the execution of the entire CCPEntities.TripChain | |
| VehicleType | VehicleType | * | The VehicleType of the vehicle that should be able to execute the entire CCPEntities.TripChain |