OvPropertyDefinitionCollection Class Reference

OvPropertyDefinitionCollection is a collection of name-value pairs. More...

#include <mgOvPropertyDefinitionCollection.h>

List of all members.


Classes

class  Enumerator
 nested class defined to provide Enumerator.

Public Member Functions

System::Int32 Add (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_ODBC::IOvPropertyDefinition *value)
 Adds a IOvPropertyDefinition object into the collection.
System::Int32 Add (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvPropertyDefinition *value)
 Adds a OvPropertyDefinition 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 (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_ODBC::IOvPropertyDefinition *value)
 Determines whether the collection contains a specific IOvPropertyDefinition object.
System::Boolean Contains (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvPropertyDefinition *value)
 Determines whether the collection contains a specific OvPropertyDefinition object.
System::Void CopyTo (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_ODBC::IOvPropertyDefinition *array[], System::Int32 size)
 Copies the elements of the collection to an array.
System::Void CopyTo (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvPropertyDefinition *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_ODBC::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_ODBC::IOvPropertyDefinition
get_RealTypeItem (System::String *index)
__property
NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_ODBC::IOvPropertyDefinition
get_RealTypeItem (System::Int32 index)
 Gets or sets a IOvPropertyDefinition in the collection.
__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)
 Gets or sets a OvPropertyDefinition 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 (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_ODBC::IOvPropertyDefinition *value)
 Determines the index of a specific IOvPropertyDefinition object.
System::Int32 IndexOf (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvPropertyDefinition *value)
 Determines the index of a specific OvPropertyDefinition object.
System::Void Insert (System::Int32 index, NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_ODBC::IOvPropertyDefinition *value)
 Inserts a IOvPropertyDefinition object into the collection at the specified position.
System::Void Insert (System::Int32 index, NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvPropertyDefinition *value)
 Inserts a OvPropertyDefinition object into the collection at the specified position.
 OvPropertyDefinitionCollection (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvPropertyDefinitionCollection *baseCollection)
 OvPropertyDefinitionCollection ()
 Constructs a new empty collection of Raster Band Definition.
System::Void Remove (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_ODBC::IOvPropertyDefinition *value)
 Removes the first occurrence of a specific IOvPropertyDefinition object.
System::Void Remove (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvPropertyDefinition *value)
 Removes the first occurrence of a specific OvPropertyDefinition object.
System::Void RemoveAt (System::Int32 index)
 Removes the index-th IOvPropertyDefinition from this collection.
System::Void RemoveAt (System::Int32 index)
 Removes the index-th OvPropertyDefinition from this collection.
__property System::Void set_Item (System::Int32 index, NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_ODBC::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_ODBC::IOvPropertyDefinition *value)
__property System::Void set_RealTypeItem (System::Int32 index, NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvPropertyDefinition *value)

Protected Member Functions

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

Detailed Description

OvPropertyDefinitionCollection is a collection of name-value pairs.

Concrete class defining a collection of FDO class definitions with overrides in the physical schema.

Definition at line 32 of file mgOvPropertyDefinitionCollection.h.


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