Click or drag to resize

InheritanceInfo.EntityNamesOfPathsToLeafs Property

List with all the entity names on the paths from the OwnerEntityName entity to all the leafs in the hierarchy below the OwnerEntityName. If the OwnerEntityName is a leaf, this list is empty.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntax
public List<string> EntityNamesOfPathsToLeafs { get; }

Property Value

Type: List<String>

Implements

IInheritanceInfo.EntityNamesOfPathsToLeafs
See Also