Returns a human readable value for an element in an entity.
            
            
            
            
            
            
            
            public virtual string GetEntityElementDisplayName( 
   string ,
   string 
)
             
        
            
            'Declaration
 
Public Overridable Function GetEntityElementDisplayName( _
   ByVal  As String, _
   ByVal  As String _
) As String
             
        
            
            'Usage
 
Dim instance As XmlCatalog
Dim entityKey As String
Dim elementKey As String
Dim value As String
 
value = instance.GetEntityElementDisplayName(entityKey, elementKey)
             
        
            
        
            
        
            
            public:
virtual String^ GetEntityElementDisplayName( 
   String^ ,
   String^ 
) 
             
        
             
        
            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.
 
            
            
            
            
            For an example of using the CatalogFactory, refer to the Event Log Viewer utility in the "Leadtools.Medical.Winforms" project.