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

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

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

[legend]
List of all members.

Detailed Description

The IListDataStoresImp class is a concrete implementation of interface IListDataStores. The IListDataStores interface defines the list datastores command, which provides a way to get a list of datastores at a particular server.


Public Member Functions

OSGeo::FDO::Commands::DataStore::IDataStoreReaderExecute ()
 Executes the IListDataStores command.
__property System::Boolean get_IncludeNonFdoEnabledDatastores ()
 Gets the flag that indicates whether to include or not include Non-FDO enabled datastores in the returned list. These are also referred to as 'Foreign' datastores.
__property System::Void set_IncludeNonFdoEnabledDatastores (System::Boolean include)
 Sets the flag to indicate whether to include or not include Non-FDO enabled datastores in the returned list. These are also referred to as 'Foreign' datastores.

Member Function Documentation

OSGeo ::FDO ::Commands ::DataStore ::IDataStoreReader* OSGeo::FDO::Commands::DataStore::IListDataStoresImp::Execute  ) 
 

Executes the IListDataStores command.

Returns:
Returns nothing

__property System::Boolean OSGeo::FDO::Commands::DataStore::IListDataStoresImp::get_IncludeNonFdoEnabledDatastores  ) 
 

Gets the flag that indicates whether to include or not include Non-FDO enabled datastores in the returned list. These are also referred to as 'Foreign' datastores.

Returns:
Returns the flag

__property System::Void OSGeo::FDO::Commands::DataStore::IListDataStoresImp::set_IncludeNonFdoEnabledDatastores System::Boolean  include  ) 
 

Sets the flag to indicate whether to include or not include Non-FDO enabled datastores in the returned list. These are also referred to as 'Foreign' datastores.

Returns:
Returns nothing

Comments or suggestions? Send us feedback.