CatalogKey Property

Summary

Gets the catalog key for this entity.

Syntax
C#
VB
C++
public virtual string CatalogKey { get; } 
  
Public Overridable ReadOnly Property CatalogKey As String 
public: 
virtual property String^ CatalogKey { 
   String^ get(); 
} 

Property Value

A System.String representing the catalog key. This will always return the Name of System.Type

Remarks

The default implementation will always return the class type as the key for the catalog.

Override this property if you want to provide a different key for this CatalogEntity

Requirements

Target Platforms

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

Leadtools.Medical.DataAccessLayer Assembly