.NET API Reference | OSGeo FDO Provider for MySQL |
#include <mgOvPropertyDefinitionCollection.h>
Definition at line 32 of file mgOvPropertyDefinitionCollection.h.
Public Member Functions | |
System::Int32 | Add (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::IOvPropertyDefinition *value) |
System::Int32 | Add (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvPropertyDefinition *value) |
System::Void | Clear () |
System::Void | Clear () |
System::Boolean | Contains (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::IOvPropertyDefinition *value) |
System::Boolean | Contains (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvPropertyDefinition *value) |
System::Void | CopyTo (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::IOvPropertyDefinition *array[], System::Int32 size) |
System::Void | CopyTo (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvPropertyDefinition *array[], System::Int32 size) |
__property System::Int32 | get_Count (System::Void) |
__property System::Int32 | get_Count (System::Void) |
__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::IOvPropertyDefinition * | get_Item (System::Int32 index) |
__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvPropertyDefinition * | get_Item (System::Int32 index) |
__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::IOvPropertyDefinition * | get_RealTypeItem (System::String *index) |
__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::IOvPropertyDefinition * | get_RealTypeItem (System::Int32 index) |
__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvPropertyDefinition * | get_RealTypeItem (System::String *index) |
__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvPropertyDefinition * | get_RealTypeItem (System::Int32 index) |
__sealed System::Collections::IEnumerator * | GetEnumerator (System::Void) |
__sealed System::Collections::IEnumerator * | GetEnumerator (System::Void) |
System::Int32 | IndexOf (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::IOvPropertyDefinition *value) |
System::Int32 | IndexOf (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvPropertyDefinition *value) |
System::Void | Insert (System::Int32 index, NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::IOvPropertyDefinition *value) |
System::Void | Insert (System::Int32 index, NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvPropertyDefinition *value) |
OvPropertyDefinitionCollection (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvPropertyDefinitionCollection *baseCollection) | |
OvPropertyDefinitionCollection () | |
System::Void | Remove (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::IOvPropertyDefinition *value) |
System::Void | Remove (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvPropertyDefinition *value) |
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_MYSQL::IOvPropertyDefinition *value) |
__property System::Void | set_Item (System::Int32 index, NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvPropertyDefinition *value) |
__property System::Void | set_RealTypeItem (System::Int32 index, NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::IOvPropertyDefinition *value) |
__property System::Void | set_RealTypeItem (System::Int32 index, NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvPropertyDefinition *value) |
Protected Member Functions | |
System::Void | ReleaseUnmanagedObject () |
System::Void | ReleaseUnmanagedObject () |
|
|
|
|
|
<summary> Adds a OvPropertyDefinition object into the collection. </summary> <param name="value"> Input the OvPropertyDefinition object to add. </param> <returns> Returns the position into which the new element was inserted. </returns> |
|
<summary> Adds a OvPropertyDefinition object into the collection. </summary> <param name="value"> Input the OvPropertyDefinition object to add. </param> <returns> Returns the position into which the new element was inserted. </returns> |
|
<summary> Removes all elements from the collection. </summary> |
|
<summary> Removes all elements from the collection. </summary> |
|
<summary> Determines whether the collection contains a specific OvPropertyDefinition object. </summary> <param name="value"> Input The OvPropertyDefinition object to search in the collection. </param> <returns> Returns true if the value is found in the collection; otherwise, false. </returns> |
|
<summary> Determines whether the collection contains a specific OvPropertyDefinition object. </summary> <param name="value"> Input The OvPropertyDefinition object to search in the collection. </param> <returns> Returns true if the value is found in the collection; otherwise, false. </returns> |
|
<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> |
|
<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> |
|
<summary> Gets the count of items in collection. </summary> |
|
<summary> Gets the count of items in collection. </summary> |
|
|
|
|
|
|
|
<summary> Gets or sets a OvPropertyDefinition in the collection. </summary> <param name="index"> Input index of the OvPropertyDefinition to retrieve or set (System::Int32). </param> |
|
|
|
<summary> Gets or sets a OvPropertyDefinition in the collection. </summary> <param name="index"> Input index of the OvPropertyDefinition to retrieve or set (System::Int32). </param> |
|
<summary> Gets an enumerator that can iterate through a collection. </summary> |
|
<summary> Gets an enumerator that can iterate through a collection. </summary> |
|
<summary> Determines the index of a specific OvPropertyDefinition object. </summary> <param name="value"> Input the OvPropertyDefinition object to locate in the collection. </param> <returns> The index of value if found in the collection; otherwise, -1. </returns> |
|
<summary> Determines the index of a specific OvPropertyDefinition object. </summary> <param name="value"> Input the OvPropertyDefinition object to locate in the collection. </param> <returns> The index of value if found in the collection; otherwise, -1. </returns> |
|
<summary> Inserts a OvPropertyDefinition 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 OvPropertyDefinition object to insert. </param> |
|
<summary> Inserts a OvPropertyDefinition 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 OvPropertyDefinition object to insert. </param> |
|
|
|
|
|
<summary> Removes the first occurrence of a specific OvPropertyDefinition object. </summary> <param name="value"> Input the OvPropertyDefinition object to remove from the collection. </param> |
|
<summary> Removes the first occurrence of a specific OvPropertyDefinition object. </summary> <param name="value"> Input the OvPropertyDefinition object to remove from the collection. </param> |
|
<summary> Removes the index-th OvPropertyDefinition from this collection. </summary> <param name="index"> Input index of the element to remove. </param> |
|
<summary> Removes the index-th OvPropertyDefinition from this collection. </summary> <param name="index"> Input index of the element to remove. </param> |
|
|
|
|
|
|
|
|
Comments? |