Shift
Namespace: CCPEntities
Summary
No summary yetSyncable
This object is syncableProperties
| Name | Type | FixedLength | MaxLength/Range | Identity | Summary | Value | |
|---|---|---|---|---|---|---|---|
|
|
ShiftId* | Edm.Int32 | False | true | |||
| StartDateTime | Edm.DateTime | False | |||||
| StopDateTime | Edm.DateTime | False | |||||
| LastUpdated | Edm.DateTime | False | |||||
| Deleted* | Edm.Boolean | False | |||||
| DriverStatusName | DriverStatus | False | |||||
| ShiftTypeName | ShiftType | False | |||||
| DriverId | Edm.Int32 | False | |||||
| VehicleId | Edm.Int32 | False | |||||
| TransporterId | Edm.Int32 | False |
Navigation Properties
| Name | Type | Multiplicity | Summary | |
|---|---|---|---|---|
| Transporter | Transporter | 0..1 | ||
| Trips | Trip | * | ||
| Vehicle | Vehicle | 0..1 | ||
| Driver | Driver | * | ||
| TransfersFrom | Transfer | 0..1 | ||
| TransfersTo | Transfer | 0..1 |
Additional Information
Notable information when adding a recordChecks if the user has sufficient rights to add/change/delete a record and performs the desired operation.
Referenced by Function imports:
Shift.Stop