FDO .NET API Reference Feature Data Objects

OSGeo::FDO::ClientServices::ProviderRegistry Class Reference
[OSGeo::FDO::ClientServices]

Inherits OSGeo::FDO::Runtime::Disposable, and OSGeo::FDO::IProviderRegistry.

Inheritance diagram for OSGeo::FDO::ClientServices::ProviderRegistry:

Inheritance graph
[legend]
List of all members.

Detailed Description

The ProviderRegistry class supports registering, un-registering, and enumerating registered feature providers. ProviderRegistry is derived from interface IProviderRegistry.

()

Note:
This is not the MS-Windows registry.

Definition at line 34 of file mgProviderRegistry.h.


Public Member Functions

OSGeo::FDO::ClientServices::ProviderCollectionGetProviders ()
 Gets a read only collection of information describing each of the registered feature providers.
System::Void RegisterProvider (String *name, String *displayName, String *description, String *version, String *fdoVersion, String *libraryPath, System::Boolean isManaged)
 Registers a provider given the necessary information to register the provider. If any of the parameters are missing or invalid, an exception is thrown.
System::Void UnregisterProvider (String *name)
 Unregisters the provider with the specified name.

Comments or suggestions? Send us feedback.