ExtendedRightValue
Namespace: CCPEntities
Summary
No summary yetSyncable
This object is syncableProperties
| Name | Type | FixedLength | MaxLength/Range | Identity | Summary | Value | |
|---|---|---|---|---|---|---|---|
|
|
ExtendedRightValueId* | Edm.Int32 | False | true | |||
| OwnerTransporterId | Edm.Int32 | False | The transporter that owns this ExtendedRight | ||||
| OwnerContractorId | Edm.Int32 | False | The contractor that owns this ExtendedRight | ||||
| RoleId | Edm.Int32 | False | A possible role to whom this ExtendedRight applies | ||||
| RoleEntityId | Edm.Int32 | False | A possible role entity to whom this ExtendedRight applies | ||||
| ExtendedRightId* | Edm.Int32 | False | The ExtendRight this ExtendedRightValue applies to | ||||
| Reading | Edm.Boolean | False | Reading-rights, null means default static rights | ||||
| Writing | Edm.Boolean | False | Writing-rights, null means default static rights | ||||
| Deleting | Edm.Boolean | False | Deleting-rights, null means default static rights | ||||
| Creating | Edm.Boolean | False | Creating-rights, null means default static rights | ||||
| Deleted* | Edm.Boolean | False | Indicates whether this CCPEntities.Interfaces.ISyncable is logically deleted. | ||||
| 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. |
Navigation Properties
| Name | Type | Multiplicity | Summary | |
|---|---|---|---|---|
| OwnerTransporter | Transporter | 0..1 | The transporter that owns this ExtendedRight | |
| OwnerContractor | Contractor | 0..1 | The contractor that owns this ExtendedRight | |
| ExtendedRight | ExtendedRight | * | The ExtendRight this ExtendedRightValue applies to |
Additional Information
Notable information when adding a recordTransporterId will be set to the logged in Transporter