
| Visual Basic (Declaration) | |
|---|---|
<SerializableAttribute()> Public Class CatalogEntity Implements ICatalogEntity | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CatalogEntity | |
| C# | |
|---|---|
[SerializableAttribute()] public class CatalogEntity : ICatalogEntity | |
| C++/CLI | |
|---|---|
[SerializableAttribute()] public ref class CatalogEntity : public ICatalogEntity | |
For an example of using CatalogEntity and Leadtools.Medical.DataAccessLayer.Catalog.ICatalogEntity refer to the WorklistDatabaseEditor utility in the "Leadtools.Medical.Winforms" project.
System.Object
Leadtools.Medical.DataAccessLayer.Catalog.CatalogEntity
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code