MovementScheduleMapping
Namespace: CCPEntities
Summary
The method of moving a single CCPEntities.Traveler according to the given CCPEntities.MovementScheduleSyncable
This object is syncableProperties
| Name | Type | FixedLength | MaxLength/Range | Identity | Summary | Value | |
|---|---|---|---|---|---|---|---|
|
|
MovementScheduleMappingId* | Edm.Int32 | False | true | |||
| RouteId* | Edm.Int32 | False | |||||
| ScopeName* | MovementScope | False | 15 | ||||
| StatusName* | RoutePlanningStatus | False | 15 | ||||
| FixInParentRoute | Edm.Boolean | False | If this MovementScheduleMapping should be fixed in the route when the parent route is used as an input route. | ||||
| SourceMappingId | Edm.Int32 | False | |||||
| PlanningJobId | Edm.Int32 | False | The PlanningJob that made this MovementScheduleMapping | ||||
| DirectDistance | Edm.Double | False | |||||
| PlannedDistance | Edm.Double | False | |||||
| DirectTravelTime | Edm.Int32 | False | |||||
| PlannedTravelTime | 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.ISyncable is logically deleted. |
|
|||
| PickUp | MovementScheduleMappingFragment | False | |||||
| DropOff | MovementScheduleMappingFragment | False | |||||
| Recurrence | Recurrence | False |
Navigation Properties
| Name | Type | Multiplicity | Summary | |
|---|---|---|---|---|
| MovementSchedules | MovementSchedule | * | Gets or sets the movement schedules. | |
| PlanningJob | PlanningJob | * | ||
| Route | Route | * | ||
| SourceMapping | MovementScheduleMapping | * |