TimetableItemTemplate
Namespace: CCPEntities
Summary
A template for a time block that can be converted to a TimetableItemSyncable
This object is syncableProperties
| Name | Type | FixedLength | MaxLength/Range | Identity | Summary | Value | |
|---|---|---|---|---|---|---|---|
|
|
TimetableItemTemplateId* | Edm.Int32 | False | true | |||
| DayOfWeekName* | Edm.String | False | 60 | ||||
| StartTime* | Edm.DateTime | False | The time the shift should start | ||||
| StopTime* | Edm.DateTime | False | The time the shift should end | ||||
| ItemTypeName | TimetableType | False | 15 | The type of the TimetableItem | |||
| OwnerTransporterId* | Edm.Int32 | False | The owner of this item | ||||
| TimetableTemplateId* | 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 | |
|---|---|---|---|---|
| Items | TimetableItem | * | ||
| TimetableTemplate | TimetableTemplate | 0..1 | ||
| OwnerTransporter | Transporter | * | The owner of this item |