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.1.0.0 (5.1.0)
Syntax public Dictionary<EntityDefinition, SubHierarchyView> SubHierarchyPerEntity { get; }
Public ReadOnly Property SubHierarchyPerEntity As Dictionary(Of EntityDefinition, SubHierarchyView)
Get
Property Value
Type:
DictionaryEntityDefinition,
SubHierarchyViewSee Also