Click or drag to resize
InheritanceHierarchiesFinder Properties

The InheritanceHierarchiesFinder type exposes the following members.

Properties
  NameDescription
Public propertyHierarchyPerEntity
Gets the entities in the same inheritance hierarchy stored per entity.
Public propertyHierarchyRoots
Gets the hierarchy roots found.
Public propertySubHierarchyPerEntity
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.
Public propertySubHierarchyRoots
Gets the sub hierarchy roots found
Public propertySubtypesPerSupertype
Gets the entities which are a direct or indirect subtype of the supertype, stored per supertype.
Public propertySubtypesPerSupertypeInSubHierarchy
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.
Top
See Also