←Select platform

GetEntityDisplayName Method

Summary

Returns a human readable value for an entity.

Syntax

C#
VB
C++
public virtual string GetEntityDisplayName( 
   string entityKey 
) 
  
Public Overridable Function GetEntityDisplayName( _ 
   ByVal entityKey As String _ 
) As String 
public: 
virtual String^ GetEntityDisplayName(  
   String^ entityKey 
)  

Parameters

entityKey
The entity key System.String.

Return Value

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

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly