Visual Basic (Declaration) | |
---|---|
Public Overridable Function CreateCatalog() As ICatalog |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CatalogFactory Dim value As ICatalog value = instance.CreateCatalog() |
C# | |
---|---|
public virtual ICatalog CreateCatalog() |
C++/CLI | |
---|---|
public: virtual ICatalog^ CreateCatalog(); |
Return Value
An instance of the Leadtools.Medical.DataAccessLayer.Catalog.ICatalog type.For an example of using the CatalogFactory refer to the Event Log Viewer utility in the "Leadtools.Medical.Winforms" project.
The CatalogFactory will find the configured Leadtools.Medical.DataAccessLayer.Catalog.ICatalog for the data access provider using the IDataAccessConfigurationView.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7