FDO API Reference Feature Data Objects

ProviderCollection Class Reference

List of all members.

Detailed Description

The FdoProviderCollection class represents a collection of Provider string.


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 size)
 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 NAMESPACE_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.

Protected Member Functions

System::Void ReleaseUnmanagedObject ()

Classes

class  Enumerator
 nested class defined to provide Enumerator.

Comments or suggestions? Send us feedback.