Returns a human readable value for an entity.
public virtual string GetEntityDisplayName(
string
)
'Declaration
Public Overridable Function GetEntityDisplayName( _
ByVal As String _
) As String
'Usage
Dim instance As XmlCatalog
Dim entityKey As String
Dim value As String
value = instance.GetEntityDisplayName(entityKey)
public:
virtual String^ GetEntityDisplayName(
String^
)
Parameters
- entityKey
- The entity key System.String.
Return Value
A
System.String representing the friendly name for the entity.
For an example of using the CatalogFactory refer to the Event Log Viewer utility in the "Leadtools.Medical.Winforms" project.