Click or drag to resize
ComplexPathEdgeParserTSource, TDestination Constructor

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.PrefetchPathAPI
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public ComplexPathEdgeParser(
	IElementCreatorCore elementCreator,
	List<IPathEdge> edges,
	PathEdgeNonGeneric currentEdge
)

Parameters

elementCreator
Type: SD.LLBLGen.Pro.ORMSupportClassesIElementCreatorCore
The element creator.
edges
Type: System.Collections.GenericListIPathEdge
The edges.
currentEdge
Type: SD.LLBLGen.Pro.LinqSupportClasses.PrefetchPathAPIPathEdgeNonGeneric
The current edge.
See Also