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

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.

()


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::Provider
get_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.