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

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

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

[legend]
List of all members.

Detailed Description

The IDestroyDataStoreImp class is a concrete implementation of interface IDestroyDataStore. The IDestroyDataStore class defines the destroy 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 IDestroyDataStore 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 destroy a datastore.

Member Function Documentation

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

Executes the IDestroyDataStore command.

Returns:
Returns nothing

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

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

Returns:
Returns the property dictionary

Comments or suggestions? Send us feedback.