ContractExclusion
Namespace: CCPEntities
Summary
Specifies incompatibilities between two different ContractsTravelers that are transported according those incompatible contracts should not be transported together.
Syncable
This object is syncableProperties
| Name | Type | FixedLength | MaxLength/Range | Identity | Summary | Value | |
|---|---|---|---|---|---|---|---|
|
|
ContractExclusionId* | Edm.Int32 | False | true | |||
| ContractIdA* | Edm.Int32 | False | |||||
| ContractIdB | Edm.Int32 | False | The contract B, if null, then ContractA will exclude all other contracts | ||||
| OwnerTransporterId | Edm.Int32 | False | |||||
| OwnerContractorId | Edm.Int32 | False | |||||
| Deleted* | Edm.Boolean | False | |||||
| LastUpdated | Edm.DateTime | False |
Navigation Properties
| Name | Type | Multiplicity | Summary | |
|---|---|---|---|---|
| ContractA | Contract | 0..1 | ||
| ContractB | Contract | 0..1 | ||
| OwnerContractor | Contractor | * | ||
| OwnerTransporter | Transporter | * |