| IRelationshipEdge Interface | 
Namespace: SD.LLBLGen.Pro.ApplicationCore
The IRelationshipEdge type exposes the following members.
| Name | Description | |
|---|---|---|
| FullDescription | 
            Gets the full description.
              | |
| LeftNavigator | 
            Gets the left navigator which is the navigator of the left side of the relationship.
              | |
| LeftQuantifierString | 
            Gets the left quantifier string for the relationship, e.g. if the relationshiptype is 1:n, the left quantifier is 1, the right quantifier is '*'
              | |
| LeftVertexFullName | 
            Gets the Full name of the left vertex of the relationship
              | |
| ModelOnly | 
            Gets or sets a value indicating whether this relationship is a 'model only' (true) relationship or a full relationship (false). Full relationships
            require a foreign key constraint in the relational model data. 
              | |
| RelationshipType | 
            Gets the type of the relationship.
              | |
| RightNavigator | 
            Gets the right navigator, which is the navigator of the right side of the relationship.
              | |
| RightQuantifierString | 
            Gets the right quantifier string for the relationship, e.g. if the relationshiptype is 1:n, the left quantifier is 1, the right quantifier is '*'
              | |
| RightVertexFullName | 
            Gets the Full name of the right vertex of the relationship
              | 
| Name | Description | |
|---|---|---|
| HasBeenChanged | 
            Raised when the implementing element has been changed
              (Inherited from INotifyAsChanged.) | |
| HasBeenRemoved | 
            Raised when the implementing element has been removed from its container
              (Inherited from INotifyAsRemoved.) |