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

OSGeo::FDO::Commands::DataStore::IDataStorePropertyDictionaryImp Class Reference

Inherits OSGeo::FDO::Connections::IConnectionPropertyDictionaryImp, and OSGeo::FDO::Commands::DataStore::OSGeo::FDO::Commands::DataStore::IDataStorePropertyDictionary.

Inheritance diagram for OSGeo::FDO::Commands::DataStore::IDataStorePropertyDictionaryImp:

[legend]
List of all members.

Detailed Description

The IDataStorePropertyDictionaryImp class represents a concret implementation of interface IDataStorePropertyDictionary. IDataStorePropertyDictionary exposes a dictionary style interface to the datastore properties. The properties required to create or destroy a datastore can be determined and their values can be set through this interface.


Public Member Functions

System::Boolean IsPropertyFileName (System::String *name)
 Determines if the specified property represents a file name.
System::Boolean IsPropertyFilePath (System::String *name)
 Determines if the specified property represents a path name.

Member Function Documentation

System::Boolean OSGeo::FDO::Commands::DataStore::IDataStorePropertyDictionaryImp::IsPropertyFileName System::String *  name  ) 
 

Determines if the specified property represents a file name.

Parameters:
name Input the property name
Returns:
Returns true if the specified property is a file name

System::Boolean OSGeo::FDO::Commands::DataStore::IDataStorePropertyDictionaryImp::IsPropertyFilePath System::String *  name  ) 
 

Determines if the specified property represents a path name.

Parameters:
name Input the property name
Returns:
Returns true if the specified property is a path name

Comments or suggestions? Send us feedback.