FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

mgIConnectionInfo.h File Reference

Include dependency graph for mgIConnectionInfo.h:


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Connections

Functions

__property OSGeo::FDO::Connections::IConnectionPropertyDictionaryget_ConnectionProperties ()
 Gets the IConnectionPropertyDictionary interface that can be used to dynamically query and set the properties required to establish a connection.
__property OSGeo::FDO::Common::StringCollectionget_DependentFileNames ()
 File-based providers depend on a various files. This function returns a list of fully qualified dependend file names. The return parameter will be NULL if the provider is not a file-based provider.
__property System::String * get_FeatureDataObjectsVersion ()
 Gets the version of the Feature Data Objects specification to which this provider conforms.
__property OSGeo::FDO::Connections::ProviderDatastoreType get_ProviderDatastoreType ()
 Returns the provider type. A provider can be a file-based, database-based or web-based provider. The valid values the function may return are defined in the enumeration ProviderDatastoreType. The enumeration includes the following values: ProviderDatastoreType_Unknown, ProviderDatastoreType_File, ProviderDatastoreType_DatabaseServer, ProviderDatastoreType_WebServer.
__property System::String * get_ProviderDescription ()
 Gets the description of the feature provider.
__property System::String * get_ProviderDisplayName ()
 Gets the display name of the feature provider.
__property System::String * get_ProviderVersion ()
 Gets the version of the feature provider.

Variables

public __gc __interface IConnectionPropertyDictionary

Function Documentation

__property OSGeo ::FDO ::Connections ::IConnectionPropertyDictionary* get_ConnectionProperties  ) 
 

Gets the IConnectionPropertyDictionary interface that can be used to dynamically query and set the properties required to establish a connection.

Returns:
Returns the property dictionary

__property OSGeo ::FDO ::Common ::StringCollection* get_DependentFileNames  ) 
 

File-based providers depend on a various files. This function returns a list of fully qualified dependend file names. The return parameter will be NULL if the provider is not a file-based provider.

Returns:
Returns the list of fully-qualified dependend file names if the provider is a file-based provider, NULL otherwise.

__property System::String* get_FeatureDataObjectsVersion  ) 
 

Gets the version of the Feature Data Objects specification to which this provider conforms.

Returns:
Returns FDO version supported.

__property OSGeo ::FDO ::Connections ::ProviderDatastoreType get_ProviderDatastoreType  ) 
 

Returns the provider type. A provider can be a file-based, database-based or web-based provider. The valid values the function may return are defined in the enumeration ProviderDatastoreType. The enumeration includes the following values: ProviderDatastoreType_Unknown, ProviderDatastoreType_File, ProviderDatastoreType_DatabaseServer, ProviderDatastoreType_WebServer.

Returns:
Returns the provider data store type.

__property System::String* get_ProviderDescription  ) 
 

Gets the description of the feature provider.

Returns:
Returns the provider description

__property System::String* get_ProviderDisplayName  ) 
 

Gets the display name of the feature provider.

Returns:
Returns the provider's display name

__property System::String* get_ProviderVersion  ) 
 

Gets the version of the feature provider.

Returns:
Returns provider version

Variable Documentation

public __gc __interface OSGeo::FDO::Connections::IConnectionPropertyDictionary
 


Comments or suggestions? Send us feedback.