ProjectGetAllNamesInUseByOwnedElementsInCompleteHierarchy 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). Can contain duplicates as it doesn't do any filtering.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax public List<string> GetAllNamesInUseByOwnedElementsInCompleteHierarchy(
GroupableModelElement element
)
Public Function GetAllNamesInUseByOwnedElementsInCompleteHierarchy (
element As GroupableModelElement
) As List(Of String)
Parameters
- element
- Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelGroupableModelElement
The element.
Return Value
Type:
ListStringall names in use by elements owned by the specified element or in super/sub types
See Also