CatalogKey Property

Summary
Gets the catalog key for this entity.
Syntax
C#
C++/CLI
public virtual string CatalogKey { get; } 
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 22.0.2023.2.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly

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