Click or drag to resize

InheritanceHierarchiesGraphGetFullHierarchyOfEntity Method

Gets the full hierarchy the entity passed in is in

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public InheritanceHierarchyView GetFullHierarchyOfEntity(
	EntityDefinition entity
)

Parameters

entity
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelEntityDefinition
The entity.

Return Value

Type: InheritanceHierarchyView
the hierarchy the entity is in, or null if entity isn't in an inheritance hierarchy
See Also