Click or drag to resize
InheritanceHierarchiesGraph.GetAllNamesInUseByOwnedElementsInCompleteHierarchy Method
Gets all names in use by owned elements of the element specified (names in use by fields, fk fields, navigators, etc.) in the complete hierarchy the element is in (if applicable).

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public List<string> GetAllNamesInUseByOwnedElementsInCompleteHierarchy(
	EntityDefinition element
)

Parameters

element
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModel.EntityDefinition
The element.

Return Value

Type: List<String>
all names in use by elements owned by the specified element or in super/sub types
See Also