←Select platform

RegisteredEntities Class

Summary

A utility static class for working with entities.

Syntax

C#
VB
C++
public static class RegisteredEntities 
Public NotInheritable Class RegisteredEntities 
public ref class RegisteredEntities sealed abstract 

Remarks

The storage catalog is defined in the Leadtools.Medical.Storage.DataAccessLayer.dll assembly. The catalog defines a mapping between the Leadtools.Medical.Storage.DataAccessLayer classes and the database schema. The catalog contains definitions for all table names in the database schema, and all columns of each table. The storage catalog is defined as an xml file. You will create a storage catalog for the tutorial database. When using a custom database with the CSStorageServerManagerDemo_Original.exe, you define a class that derives from class CatalogEntity for each table in your database. You then call AddItem to associate the class with the corresponding entity name.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly