FDO .NET API Reference Feature Data Objects

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

Inherits OSGeo::FDO::Runtime::Disposable.

Inheritance diagram for OSGeo::FDO::ClientServices::Provider:

Inheritance graph
[legend]
List of all members.

Detailed Description

The Provides class provides information about a feature provider, including name, description, library, and version information.

()

Definition at line 29 of file mgProvider.h.


Public Member Functions

__property System::String * get_Description ()
 Gets a brief description of the feature provider.
__property System::String * get_DisplayName ()
 Gets a user friendly display name of the feature provider.
__property System::String * get_FeatureDataObjectsVersion ()
 Gets the version of the feature data objects specification the feature provider conforms to. The version number string has the form [VersionMajor].[VersionMinor].[BuildMajor].[BuildMinor].
__property System::Boolean get_IsManaged ()
 Gets a boolean flag indicating if the provider is a managed or unmanaged provider.
__property System::String * get_LibraryPath ()
 Gets the FULL library path + library name of the provider.
__property System::String * get_Name ()
 Gets the unique name of the feature provider. This name should be of the form [Company].[Provider].[Version].
__property System::String * get_Version ()
 Gets the version of the feature provider. The version number string has the form [VersionMajor].[VersionMinor].[BuildMajor].[BuildMinor].

Comments or suggestions? Send us feedback.