TypedListRelationshipEdge Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.EntityModel.TypedLists
The TypedListRelationshipEdge type exposes the following members.
Name | Description | |
---|---|---|
TypedListRelationshipEdge |
Initializes a new instance of the TypedListRelationshipEdge class.
|
Name | Description | |
---|---|---|
EndVertex |
Gets the end vertex of the edge.
(Inherited from EdgeTVertex.) | |
FullDescription |
Gets the full description.
| |
HintForJoins |
Gets or sets the hint for joins. This hint is defined as the join hint to join StartVertex to EndVertex, in the form:
EndVertex JoinHint Join StartVertex.
| |
IsDirected |
Gets a value indicating whether this edge is directed. If true, the edge is directed from startVertex to endVertex and is seen as an edge only between
startVertex and endVertex, not between endVertex and startVertex. If false, this edge isn't considered a directed edge and is seen as an edge between
startVertex and endVertex and also between endVertex and startVertex.
(Inherited from EdgeTVertex.) | |
RepresentedRelationship |
Gets the represented relationship.
| |
RepresentedRelationshipAsString |
Gets the represented relationship as string.
| |
StartVertex |
Gets the start vertex of the edge.
(Inherited from EdgeTVertex.) | |
StartVertexIsRelationshipStartVertex |
Gets a value indicating whether the start vertex of this relationship is the start vertex of the represented relationship (true) or the end
vertex of the represented relationship (false).
|
Name | Description | |
---|---|---|
Equals | (Overrides ObjectEquals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.) | |
GetRelationshipFieldsFromEndEntityAlias |
Gets the relationship fields from start entity alias. This can be the PK fields if the start entity alias is the pk side, otherwise the fk fields.
| |
GetRelationshipFieldsFromStartEntityAlias |
Gets the relationship fields from start entity alias. This can be the PK fields if the start entity alias is the pk side, otherwise the fk fields.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SerializeToWriter |
Serializes the data in this class to the serializer passed in
| |
ToString | (Inherited from DirectedEdgeTVertex.) |
Name | Description | |
---|---|---|
HasBeenChanged |
Raised when the implementing element has been changed
| |
HasBeenRemoved |
Raised when the implementing element has been removed from its container
| |
PropertyChanged |
Occurs when a property value changes.
|
Name | Description | |
---|---|---|
IRelationshipEdgeEndNavigatorIsHidden |
Returns true if the end navigator is empty/hidden
| |
IRelationshipEdgeFullDescription |
Gets the full description.
| |
IRelationshipEdgeLeftNavigator |
Gets the left navigator which is the navigator of the left side of the relationship.
| |
IRelationshipEdgeLeftQuantifierString |
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 '*'
| |
IRelationshipEdgeLeftVertexFullName |
Gets the Full name of the left vertex of the relationship
| |
IRelationshipEdgeModelOnly |
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.
| |
IRelationshipEdgeRelationshipType |
Gets the type of the relationship.
| |
IRelationshipEdgeRightNavigator |
Gets the right navigator, which is the navigator of the right side of the relationship.
| |
IRelationshipEdgeRightQuantifierString |
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 '*'
| |
IRelationshipEdgeRightVertexFullName |
Gets the Full name of the right vertex of the relationship
| |
IRelationshipEdgeStartNavigatorIsHidden |
Returns true if the start navigator is empty/hidden
|