OSGeo FDO Provider for MySQL .NET API Reference

OSGeo FDO MySQL .NET API

.NET API Reference OSGeo FDO Provider for MySQL

OvDataPropertyDefinitionCollection Class Reference

#include <mgOvDataPropertyDefinitionCollection.h>

List of all members.


Detailed Description

OvDataPropertyDefinitionCollection is a collection of name-value pairs.

Definition at line 35 of file MySQL/mgOvDataPropertyDefinitionCollection.h.

Public Member Functions

System::Int32 Add (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvDataPropertyDefinition *value)
 Adds a OvDataPropertyDefinition object into the collection.
System::Int32 Add (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvDataPropertyDefinition *value)
 Adds a OvDataPropertyDefinition object into the collection.
System::Void Clear ()
 Removes all elements from the collection.
System::Void Clear ()
 Removes all elements from the collection.
System::Boolean Contains (System::String *name)
System::Boolean Contains (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvDataPropertyDefinition *value)
 Determines whether the collection contains a specific OvDataPropertyDefinition object.
System::Boolean Contains (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvDataPropertyDefinition *value)
 Determines whether the collection contains a specific OvDataPropertyDefinition object.
System::Void CopyTo (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvDataPropertyDefinition *array[], System::Int32 size)
 Copies the elements of the collection to an array.
System::Void CopyTo (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvDataPropertyDefinition *array[], System::Int32 size)
 Copies the elements of the collection to an array.
__property System::Int32 get_Count (System::Void)
 Gets the count of items in collection.
__property System::Int32 get_Count (System::Void)
 Gets the count of items in collection.
__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvDataPropertyDefinition * get_Item (System::Int32 index)
__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvDataPropertyDefinition * get_Item (System::Int32 index)
__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvDataPropertyDefinition * get_RealTypeItem (System::String *index)
__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvDataPropertyDefinition * get_RealTypeItem (System::Int32 index)
 Gets or sets a OvDataPropertyDefinition in the collection.
__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvDataPropertyDefinition * get_RealTypeItem (System::String *index)
__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvDataPropertyDefinition * get_RealTypeItem (System::Int32 index)
 Gets or sets a OvDataPropertyDefinition in the collection.
__sealed System::Collections::IEnumerator * GetEnumerator (System::Void)
 Gets an enumerator that can iterate through a collection.
__sealed System::Collections::IEnumerator * GetEnumerator (System::Void)
 Gets an enumerator that can iterate through a collection.
System::Int32 IndexOf (System::String *name)
System::Int32 IndexOf (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvDataPropertyDefinition *value)
 Determines the index of a specific OvDataPropertyDefinition object.
System::Int32 IndexOf (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvDataPropertyDefinition *value)
 Determines the index of a specific OvDataPropertyDefinition object.
System::Void Insert (System::Int32 index, NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvDataPropertyDefinition *value)
 Inserts a OvDataPropertyDefinition object into the collection at the specified position.
System::Void Insert (System::Int32 index, NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvDataPropertyDefinition *value)
 Inserts a OvDataPropertyDefinition object into the collection at the specified position.
 OvDataPropertyDefinitionCollection (NAMESPACE_OSGEO_FDO_COMMANDS_SCHEMA::PhysicalElementMapping *parent)
 OvDataPropertyDefinitionCollection ()
 Constructs a new empty collection of Raster Band Definition.
 OvDataPropertyDefinitionCollection (NAMESPACE_OSGEO_FDO_COMMANDS_SCHEMA::PhysicalElementMapping *parent)
 OvDataPropertyDefinitionCollection ()
System::Void Remove (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvDataPropertyDefinition *value)
 Removes the first occurrence of a specific OvDataPropertyDefinition object.
System::Void Remove (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvDataPropertyDefinition *value)
 Removes the first occurrence of a specific OvDataPropertyDefinition object.
System::Void RemoveAt (System::Int32 index)
 Removes the index-th OvDataPropertyDefinition from this collection.
System::Void RemoveAt (System::Int32 index)
 Removes the index-th OvDataPropertyDefinition from this collection.
__property System::Void set_Item (System::Int32 index, NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvDataPropertyDefinition *value)
__property System::Void set_Item (System::Int32 index, NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvDataPropertyDefinition *value)
__property System::Void set_RealTypeItem (System::Int32 index, NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvDataPropertyDefinition *value)
__property System::Void set_RealTypeItem (System::Int32 index, NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvDataPropertyDefinition *value)

Protected Member Functions

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

Classes

class  Enumerator
 nested class defined to provide Enumerator.

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