FDO .NET API Reference Feature Data Objects

OSGeo::FDO::ClientServices::ProviderCollection Class Reference
[OSGeo::FDO::ClientServices]

Inherits OSGeo::FDO::Runtime::Disposable.

Inheritance diagram for OSGeo::FDO::ClientServices::ProviderCollection:

Inheritance graph
[legend]
List of all members.

Detailed Description

Class ProviderCollection is a read-only collection consisting of the FDO Providers that are currently registered. Each collected Provider object describes an installed and registered FDO Feature Provider.

()

Definition at line 34 of file mgProviderCollection.h.


Public Member Functions

System::Boolean Contains (System::String *name)
 Determines if the collection contains the specified item.
System::Void CopyTo (System::String *array[], System::Int32 index)
 Copies the elements of the collection to an array.
__property System::Int32 get_Count (System::Void)
 Gets the number of items in the collection.
__property OSGeo::FDO::ClientServices::Providerget_RealTypeItem (System::Int32 index)
 Gets the Provider item in the collection at the specified index.
__sealed System::Collections::IEnumerator * GetEnumerator (System::Void)
 Gets an enumerator that can iterate through a collection.
System::Int32 IndexOf (System::String *name)
 Returns the index of the specified item in the collection.

Comments or suggestions? Send us feedback.