Click or drag to resize
IndirectRelationshipEdge Constructor (EntityDefinition, EntityDefinition, NormalRelationshipPair, String, String)
Initializes a new instance of the IndirectRelationshipEdge class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public IndirectRelationshipEdge(
	EntityDefinition startEntity,
	EntityDefinition endEntity,
	NormalRelationshipPair relationships,
	string startNavigator,
	string endNavigator
)

Parameters

startEntity
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelEntityDefinition
The start node.
endEntity
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelEntityDefinition
The end node.
relationships
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelNormalRelationshipPair
The relationships.
startNavigator
Type: SystemString
The start navigator.
endNavigator
Type: SystemString
The end navigator.
See Also