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.0.0.0 (5.0.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