IRelationshipClass Interface
Namespace: NextDesign.Core
Description
Access object to related classes.
Belonging Area
| Name | Description |
|---|---|
| Profile | APIs to access profiles. |
Inherit Base
| Name | Description |
|---|---|
| IClass | Object that represents a component of the metamodel. |
Property
| Name | Description |
|---|---|
| IsDerivation | Derived relationship |
| IsEmbedded | Owning relationship |
| IsReference | Reference relationship |
| IsTwoWay | Bidirectional relationship |
| Source | Source class |
| SourceField | Relationship end field for the source This field is the field of the destination class. |
| Target | Association destination class |
| TargetField | Association end field for the association destination This field will be a field in the association source class. |