GetEntityElementDisplayName Method

Summary

Returns a human readable value for an element in an entity.

Syntax
C#
VB
C++
public string GetEntityElementDisplayName( 
   string entityKey, 
   string elementKey 
) 
  
Function GetEntityElementDisplayName( _ 
   ByVal entityKey As String, _ 
   ByVal elementKey As String _ 
) As String 
String^ GetEntityElementDisplayName(  
   String^ entityKey, 
   String^ elementKey 
)  

Parameters

entityKey
The entity key System.String which the element belongs to.

elementKey
The element key System.String for which the friendly name will be returned.

Return Value

A System.String representing the friendly name for the element.

Example

For an example of using the CatalogFactory refer to the Event Log Viewer utility in the "Leadtools.Medical.Winforms" project.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly