TimetableTemplate
Namespace: CCPEntities
Summary
A template for a Driver/Vehicle/VehicleType timetable that can be converted to TimetableItemsSyncable
This object is syncableProperties
| Name | Type | FixedLength | MaxLength/Range | Identity | Summary | Value | |
|---|---|---|---|---|---|---|---|
|
|
TimetableTemplateId* | Edm.Int32 | False | true | |||
| DriverId | Edm.Int32 | False | The driver that is going to execute the shift | ||||
| VehicleId | Edm.Int32 | False | The vehicle that is going to be used for the shift | ||||
| Sequence | Edm.Int32 | False | Used to sort driver/vehicle combinations in rotating timetables | ||||
| OwnerTransporterId* | Edm.Int32 | False | The owner of this item | ||||
| TimetableGroupId* | Edm.Int32 | False | |||||
| 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. | |||
| Deleted* | Edm.Boolean | False | Indicates whether this CCPEntities.Interfaces.ITracable is logically deleted. |
|
Navigation Properties
| Name | Type | Multiplicity | Summary | |
|---|---|---|---|---|
| TimetableGroup | TimetableGroup | 0..1 | ||
| Driver | Driver | * | The driver that is going to execute the shift | |
| OwnerTransporter | Transporter | * | The owner of this item | |
| TimetableItemTemplates | TimetableItemTemplate | 0..1 | ||
| Vehicle | Vehicle | * | The vehicle that is going to be used for the shift |