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::ICreateDataStoreImp Class Reference

Inherits OSGeo::FDO::Commands::ICommandImp, and OSGeo::FDO::Commands::DataStore::OSGeo::FDO::Commands::DataStore::ICreateDataStore.

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

[legend]
List of all members.

Detailed Description

The ICreateDataStoreImp class is a concrete implementation of interface ICreateDataStore. ICreateDataStore defines the create datastore command, which can be used to create new provider specific datastores. The input is provided through a dictionary of name value pairs that is provider dependant.


Public Member Functions

System::Void Execute ()
 Executes the ICreateDataStore command.
__property OSGeo::FDO::Commands::DataStore::IDataStorePropertyDictionaryget_DataStoreProperties ()
 Gets the IDataStorePropertyDictionary interface that can be used to dynamically query and set the properties required to create a new datastore.

Member Function Documentation

System::Void OSGeo::FDO::Commands::DataStore::ICreateDataStoreImp::Execute  ) 
 

Executes the ICreateDataStore command.

Returns:
Returns nothing

__property OSGeo ::FDO ::Commands ::DataStore ::IDataStorePropertyDictionary* OSGeo::FDO::Commands::DataStore::ICreateDataStoreImp::get_DataStoreProperties  ) 
 

Gets the IDataStorePropertyDictionary interface that can be used to dynamically query and set the properties required to create a new datastore.

Returns:
Returns the property dictionary

Comments or suggestions? Send us feedback.