TimetableGroup
Namespace: CCPEntities
Summary
A grouped list of templates and generated itemsSyncable
This object is syncableProperties
| Name | Type | FixedLength | MaxLength/Range | Identity | Summary | Value | |
|---|---|---|---|---|---|---|---|
|
|
TimetableGroupId* | Edm.Int32 | False | true | |||
| Description | Edm.String | False | 75 | A description for the Timetable group | |||
| StartDateTime* | Edm.DateTime | False | The start of the grouped timetable, this can both contain date and time | ||||
| StopDateTime* | Edm.DateTime | False | The end of the grouped timetable, this can both contain date and time | ||||
| OwnerTransporterId* | Edm.Int32 | False | The owner of this item | ||||
| EstablishmentId | Edm.Int32 | False | |||||
| GenerateModeName | TimetableGenerateMode | False | Property to indicate how to generate items for this TimetableGroup. A group is static by default but can be set to dynamic. | ||||
| LastGenerated | Edm.DateTime | False | Timestamp when timetables were last generated from this group | ||||
| 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 | |
|---|---|---|---|---|
| TimetableItems | TimetableItem | * | ||
| Establishment | Establishment | * | Groups can be dynamically generated per establishment. This property contains the establishment on which the group is based. It is used for Timetables per so called BasePoints | |
| OwnerTransporter | Transporter | * | The owner of this item | |
| TimetableTemplates | TimetableTemplate | 0..1 |