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

OvClassCollection Class Reference

#include <mgOvClassCollection.h>

List of all members.


Detailed Description

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

Definition at line 32 of file mgOvClassCollection.h.


Public Member Functions

System::Int32 Add (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvClassDefinition *value)
System::Int32 Add (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvClassDefinition *value)
System::Int32 Add (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition *value)
System::Void Clear ()
System::Void Clear ()
System::Void Clear ()
System::Boolean Contains (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvClassDefinition *value)
System::Boolean Contains (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvClassDefinition *value)
System::Boolean Contains (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition *value)
System::Void CopyTo (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvClassDefinition *array[], System::Int32 size)
System::Void CopyTo (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvClassDefinition *array[], System::Int32 size)
System::Void CopyTo (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition *array[], System::Int32 size)
__property System::Int32 get_Count (System::Void)
__property System::Int32 get_Count (System::Void)
__property System::Int32 get_Count (System::Void)
__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvClassDefinition * get_Item (System::Int32 index)
__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvClassDefinition * get_Item (System::Int32 index)
__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition * get_Item (System::Int32 index)
__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvClassDefinition * get_RealTypeItem (System::String *index)
__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvClassDefinition * get_RealTypeItem (System::Int32 index)
__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvClassDefinition * get_RealTypeItem (System::String *index)
__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvClassDefinition * get_RealTypeItem (System::Int32 index)
__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)
__sealed System::Collections::IEnumerator * GetEnumerator (System::Void)
__sealed System::Collections::IEnumerator * GetEnumerator (System::Void)
System::Int32 IndexOf (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvClassDefinition *value)
System::Int32 IndexOf (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvClassDefinition *value)
System::Int32 IndexOf (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition *value)
System::Void Insert (System::Int32 index, NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvClassDefinition *value)
System::Void Insert (System::Int32 index, NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvClassDefinition *value)
System::Void Insert (System::Int32 index, NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition *value)
 OvClassCollection (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassCollection *baseCollection)
 OvClassCollection ()
 OvClassCollection (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassCollection *baseCollection)
 OvClassCollection ()
System::Void Remove (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvClassDefinition *value)
System::Void Remove (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvClassDefinition *value)
System::Void Remove (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition *value)
System::Void RemoveAt (System::Int32 index)
System::Void RemoveAt (System::Int32 index)
System::Void RemoveAt (System::Int32 index)
__property System::Void set_Item (System::Int32 index, NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvClassDefinition *value)
__property System::Void set_Item (System::Int32 index, NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvClassDefinition *value)
__property System::Void set_Item (System::Int32 index, NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition *value)
__property System::Void set_RealTypeItem (System::Int32 index, NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvClassDefinition *value)
__property System::Void set_RealTypeItem (System::Int32 index, NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvClassDefinition *value)
__property System::Void set_RealTypeItem (System::Int32 index, NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition *value)

Protected Member Functions

__sealed System::Void ReleaseUnmanagedObject ()
System::Void ReleaseUnmanagedObject ()
System::Void ReleaseUnmanagedObject ()

Constructor & Destructor Documentation

OvClassCollection::OvClassCollection  ) 
 

OvClassCollection::OvClassCollection NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassCollection *  baseCollection  ) 
 

OvClassCollection::OvClassCollection  ) 
 

<summary>Constructs a new empty collection of Raster Band Definition.</summary> <param name="parent">Input parent object</param>

OvClassCollection::OvClassCollection NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassCollection *  baseCollection  ) 
 


Member Function Documentation

System::Int32 OvClassCollection::Add NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvClassDefinition *  value  ) 
 

<summary> Adds a OvClassDefinition object into the collection. </summary> <param name="value"> Input the OvClassDefinition object to add. </param> <returns> Returns the position into which the new element was inserted. </returns>

System::Int32 OvClassCollection::Add NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvClassDefinition *  value  ) 
 

<summary> Adds a OvClassDefinition object into the collection. </summary> <param name="value"> Input the OvClassDefinition object to add. </param> <returns> Returns the position into which the new element was inserted. </returns>

System::Int32 OvClassCollection::Add NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition *  value  ) 
 

<summary> Adds a OvClassDefinition object into the collection. </summary> <param name="value"> Input the OvClassDefinition object to add. </param> <returns> Returns the position into which the new element was inserted. </returns>

System::Void OvClassCollection::Clear  ) 
 

<summary> Removes all elements from the collection. </summary>

System::Void OvClassCollection::Clear  ) 
 

<summary> Removes all elements from the collection. </summary>

System::Void OvClassCollection::Clear  ) 
 

<summary> Removes all elements from the collection. </summary>

System::Boolean OvClassCollection::Contains NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::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::Boolean OvClassCollection::Contains NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::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::Boolean OvClassCollection::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 OvClassCollection::CopyTo NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvClassDefinition *  array[],
System::Int32  size
 

<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>

System::Void OvClassCollection::CopyTo NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvClassDefinition *  array[],
System::Int32  size
 

<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>

System::Void OvClassCollection::CopyTo NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition *  array[],
System::Int32  size
 

<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 OvClassCollection::get_Count System::Void   ) 
 

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

__property System::Int32 OvClassCollection::get_Count System::Void   ) 
 

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

__property System::Int32 OvClassCollection::get_Count System::Void   ) 
 

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

__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvClassDefinition* OvClassCollection::get_Item System::Int32  index  ) 
 

__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvClassDefinition* OvClassCollection::get_Item System::Int32  index  ) 
 

__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition* OvClassCollection::get_Item System::Int32  index  ) 
 

__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvClassDefinition* OvClassCollection::get_RealTypeItem System::String *  index  ) 
 

__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvClassDefinition* OvClassCollection::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>

__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvClassDefinition* OvClassCollection::get_RealTypeItem System::String *  index  ) 
 

__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvClassDefinition* OvClassCollection::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>

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

__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition* OvClassCollection::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* OvClassCollection::GetEnumerator System::Void   ) 
 

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

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

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

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

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

System::Int32 OvClassCollection::IndexOf NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::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::Int32 OvClassCollection::IndexOf NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::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::Int32 OvClassCollection::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 OvClassCollection::Insert System::Int32  index,
NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvClassDefinition *  value
 

<summary> Inserts a OvClassDefinition object into the collection at the specified position. </summary> <param name="index"> Input the zero-based index at which value should be inserted. </param> <param name="value"> Input the OvClassDefinition object to insert. </param>

System::Void OvClassCollection::Insert System::Int32  index,
NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvClassDefinition *  value
 

<summary> Inserts a OvClassDefinition object into the collection at the specified position. </summary> <param name="index"> Input the zero-based index at which value should be inserted. </param> <param name="value"> Input the OvClassDefinition object to insert. </param>

System::Void OvClassCollection::Insert System::Int32  index,
NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition *  value
 

<summary> Inserts a OvClassDefinition object into the collection at the specified position. </summary> <param name="index"> Input the zero-based index at which value should be inserted. </param> <param name="value"> Input the OvClassDefinition object to insert. </param>

__sealed System::Void OvClassCollection::ReleaseUnmanagedObject  )  [protected]
 

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

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

System::Void OvClassCollection::Remove NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvClassDefinition *  value  ) 
 

<summary> Removes the first occurrence of a specific OvClassDefinition object. </summary> <param name="value"> Input the OvClassDefinition object to remove from the collection. </param>

System::Void OvClassCollection::Remove NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvClassDefinition *  value  ) 
 

<summary> Removes the first occurrence of a specific OvClassDefinition object. </summary> <param name="value"> Input the OvClassDefinition object to remove from the collection. </param>

System::Void OvClassCollection::Remove NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition *  value  ) 
 

<summary> Removes the first occurrence of a specific OvClassDefinition object. </summary> <param name="value"> Input the OvClassDefinition object to remove from the collection. </param>

System::Void OvClassCollection::RemoveAt System::Int32  index  ) 
 

<summary> Removes the index-th OvClassDefinition from this collection. </summary> <param name="index"> Input index of the element to remove. </param>

System::Void OvClassCollection::RemoveAt System::Int32  index  ) 
 

<summary> Removes the index-th OvClassDefinition from this collection. </summary> <param name="index"> Input index of the element to remove. </param>

System::Void OvClassCollection::RemoveAt System::Int32  index  ) 
 

<summary> Removes the index-th OvClassDefinition from this collection. </summary> <param name="index"> Input index of the element to remove. </param>

__property System::Void OvClassCollection::set_Item System::Int32  index,
NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvClassDefinition *  value
 

__property System::Void OvClassCollection::set_Item System::Int32  index,
NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvClassDefinition *  value
 

__property System::Void OvClassCollection::set_Item System::Int32  index,
NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition *  value
 

__property System::Void OvClassCollection::set_RealTypeItem System::Int32  index,
NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvClassDefinition *  value
 

__property System::Void OvClassCollection::set_RealTypeItem System::Int32  index,
NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvClassDefinition *  value
 

__property System::Void OvClassCollection::set_RealTypeItem System::Int32  index,
NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition *  value
 


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