SearchHandlerBaseGetTypeNameForSearchableElement Method |
Gets the type name for searchable element.
Namespace: SD.LLBLGen.Pro.ApplicationCore.SearchAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public static string GetTypeNameForSearchableElement(
SearchableElementType elementType
)
Public Shared Function GetTypeNameForSearchableElement (
elementType As SearchableElementType
) As String
Parameters
- elementType
- Type: SD.LLBLGen.Pro.ApplicationCoreSearchableElementType
Type of the element.
Return Value
Type:
StringSee Also