new ConceptRelationship(copyData)
Represents a relationship between two concepts
Parameters:
Name | Type | Description |
---|---|---|
copyData |
ConceptRelationship | Copy constructor (if present) |
Properties:
Name | Type | Description |
---|---|---|
targetConcept |
string | Gets or sets the target concept identifier |
targetConceptModel |
Concept | [Delay loaded from targetConcept], Gets or sets the target concept |
relationshipType |
string | Relationship type(see: ConceptRelationshipTypeKeys for values) |
relationshipTypeModel |
ConceptRelationshipType | [Delay loaded from relationshipType], Gets or sets the relationship type |
modifiedOn |
Date | |
source |
string | |
sourceModel |
Concept | [Delay loaded from source], |
id |
string | Gets or sets the primary identifying UUID of this object |
operation |
BatchOperationType | Gets or sets the operation(see: BatchOperationType for values) |
$type |
string | Gets the type registration of this object |
Extends
Members
id :string
Gets or sets the primary identifying UUID of this object
Type:
- string
- Overrides:
- Source:
modifiedOn :Date
Type:
- Date
- Overrides:
- Source:
operation :BatchOperationType
Gets or sets the operation
Type:
- Overrides:
- Source:
relationshipType :string
Gets or sets the relationship type
Type:
- string
relationshipTypeModel :ConceptRelationshipType
Type:
source :string
Type:
- string
- Overrides:
- Source:
sourceModel :Concept
Type:
- Overrides:
- Source:
targetConcept :string
Gets or sets the target concept identifier
Type:
- string