Click or drag to resize
InheritanceHierarchiesFinderSubtypesPerSupertypeInSubHierarchy Property
Gets the subtypes in same sub hierarchy per supertype. 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 MultiValueDictionary<EntityDefinition, EntityDefinition> SubtypesPerSupertypeInSubHierarchy { get; }

Property Value

Type: MultiValueDictionaryEntityDefinition, EntityDefinition
See Also