Click or drag to resize
InheritanceHierarchiesFinderSubHierarchyPerEntity Property
Gets the entities in the same sub hierarchy stored per entity. Sub-hierarchy is a hierarchy of entities in the same inheritance hierarchy which are connected and have the same inheritance type as the root of the hierarchy.

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 Dictionary<EntityDefinition, SubHierarchyView> SubHierarchyPerEntity { get; }

Property Value

Type: DictionaryEntityDefinition, SubHierarchyView
See Also