←Select platform

GetEntityElementName Method (ICatalog)

Summary

Returns the name of an element based on its key.

Syntax

C#
VB
C++
string GetEntityElementName(  
   string entityKey, 
   string elementKey 
) 
Function GetEntityElementName( _ 
   ByVal entityKey As String, _ 
   ByVal elementKey As String _ 
) As String 
String^ GetEntityElementName(  
   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 name will be returned.

Return Value

A System.String representing the name of 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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.DataAccessLayer Assembly
Click or drag to resize