GetEntityElementName Method

Summary
Returns the name of an element based on its key.
Syntax
C#
VB
C++
public virtual string GetEntityElementName( 
   string entityKey, 
   string elementKey 
) 
  
Public Overridable Function GetEntityElementName( _ 
   ByVal entityKey As String, _ 
   ByVal elementKey As String _ 
) As String 
public: 
virtual String^ GetEntityElementName(  
   String^ entityKey, 
   String^ elementKey 
)  

Parameters

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

elementKey
The element key System.String, the name of which 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

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

Leadtools.Medical.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.