Click or drag to resize
InheritanceHierarchiesGraphTransitiveClosure Method
Returns the transitive closure of this graph. The particular implementation of this graph uses the knowledge that all edges point to the same direction. this means that the # of operations is drastically reduced.

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 override DirectedGraph<EntityDefinition, InheritanceEdge> TransitiveClosure()

Return Value

Type: DirectedGraphEntityDefinition, InheritanceEdge
The transitive closure of this graph.
See Also