.NET API Reference OSGeo FDO Provider for ODBC
Main Page | Namespace List | Alphabetical List | Class List | File List | Class Members | File Members

OvReadOnlyClassCollection Class Reference

#include <mgOvReadOnlyClassCollection.h>

List of all members.


Detailed Description

<summary> OvReadOnlyClassCollection is a collection of name-value pairs. </summary>

Definition at line 32 of file mgOvReadOnlyClassCollection.h.


Public Member Functions

System::Boolean Contains (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition *value)
System::Void CopyTo (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition *array[], System::Int32 index)
__property System::Int32 get_Count (System::Void)
__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition * get_RealTypeItem (System::String *index)
__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition * get_RealTypeItem (System::Int32 index)
__sealed System::Collections::IEnumerator * GetEnumerator (System::Void)
System::Int32 IndexOf (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition *value)

Protected Member Functions

System::Void ReleaseUnmanagedObject ()

Member Function Documentation

System::Boolean OvReadOnlyClassCollection::Contains NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition *  value  ) 
 

<summary> Determines whether the collection contains a specific OvClassDefinition object. </summary> <param name="value"> Input The OvClassDefinition object to search in the collection. </param> <returns> Returns true if the value is found in the collection; otherwise, false. </returns>

System::Void OvReadOnlyClassCollection::CopyTo NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition *  array[],
System::Int32  index
 

<summary> Copies the elements of the collection to an array. </summary> <param name="array"> Output the one-dimensional Array that is the destination of the elements copied from this collection. </param> <param name="startAt"> Input an integer that represents the index in array at which copying begins. </param>

__property System::Int32 OvReadOnlyClassCollection::get_Count System::Void   ) 
 

<summary> Gets the count of items in collection. </summary>

__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition* OvReadOnlyClassCollection::get_RealTypeItem System::String *  index  ) 
 

__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition* OvReadOnlyClassCollection::get_RealTypeItem System::Int32  index  ) 
 

<summary> Gets or sets a OvClassDefinition in the collection. </summary> <param name="index"> Input index of the OvClassDefinition to retrieve or set (System::Int32). </param>

__sealed System::Collections::IEnumerator* OvReadOnlyClassCollection::GetEnumerator System::Void   ) 
 

<summary> Gets an enumerator that can iterate through a collection. </summary>

System::Int32 OvReadOnlyClassCollection::IndexOf NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition *  value  ) 
 

<summary> Determines the index of a specific OvClassDefinition object. </summary> <param name="value"> Input the OvClassDefinition object to locate in the collection. </param> <returns> The index of value if found in the collection; otherwise, -1. </returns>

System::Void OvReadOnlyClassCollection::ReleaseUnmanagedObject  )  [protected]
 


The documentation for this class was generated from the following file:
Comments?