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.1.0.0 (5.1.0)
Syntax public MultiValueDictionary<EntityDefinition, EntityDefinition> SubtypesPerSupertypeInSubHierarchy { get; }
Public ReadOnly Property SubtypesPerSupertypeInSubHierarchy As MultiValueDictionary(Of EntityDefinition, EntityDefinition)
Get
Property Value
Type:
MultiValueDictionaryEntityDefinition,
EntityDefinitionSee Also