Autodesk FDO Provider for Oracle .NET API Reference

Autodesk FDO Oracle Provider .NET API

.NET API Reference Autodesk FDO Provider for Oracle

OvDataPropertyDefinitionCollection Class Reference

#include <mgOvDataPropertyDefinitionCollection.h>

List of all members.


Detailed Description

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

Definition at line 28 of file OSGeo/FDO/Providers/Rdbms/Override/SQLServerSpatial/mgOvDataPropertyDefinitionCollection.h.

Public Member Functions

System::Int32 Add (NAMESPACE_AUTODESK_GIS_FDO_PROVIDERS_RDBMS_OVERRIDE_ORACLE::OvDataPropertyDefinition *value)
 Adds a OvDataPropertyDefinition object into the collection.
System::Int32 Add (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::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 (NAMESPACE_AUTODESK_GIS_FDO_PROVIDERS_RDBMS_OVERRIDE_ORACLE::OvDataPropertyDefinition *value)
 Determines whether the collection contains a specific OvDataPropertyDefinition object.
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::Void CopyTo (NAMESPACE_AUTODESK_GIS_FDO_PROVIDERS_RDBMS_OVERRIDE_ORACLE::OvDataPropertyDefinition *array[], System::Int32 size)
 Copies the elements of the collection to an array.
System::Void CopyTo (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::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_AUTODESK_GIS_FDO_PROVIDERS_RDBMS_OVERRIDE_ORACLE::OvDataPropertyDefinition * get_Item (System::Int32 index)
__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvDataPropertyDefinition * get_Item (System::Int32 index)
__property NAMESPACE_AUTODESK_GIS_FDO_PROVIDERS_RDBMS_OVERRIDE_ORACLE::OvDataPropertyDefinition * get_RealTypeItem (System::String *index)
__property NAMESPACE_AUTODESK_GIS_FDO_PROVIDERS_RDBMS_OVERRIDE_ORACLE::OvDataPropertyDefinition * get_RealTypeItem (System::Int32 index)
 Gets or sets a OvDataPropertyDefinition in the collection.
__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.
__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_AUTODESK_GIS_FDO_PROVIDERS_RDBMS_OVERRIDE_ORACLE::OvDataPropertyDefinition *value)
 Determines the index of a specific OvDataPropertyDefinition object.
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::Void Insert (System::Int32 index, NAMESPACE_AUTODESK_GIS_FDO_PROVIDERS_RDBMS_OVERRIDE_ORACLE::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_SQLSERVERSPATIAL::OvDataPropertyDefinition *value)
 Inserts a OvDataPropertyDefinition object into the collection at the specified position.
 OvDataPropertyDefinitionCollection (NAMESPACE_OSGEO_FDO_COMMANDS_SCHEMA::PhysicalElementMapping *parent)
 OvDataPropertyDefinitionCollection ()
 OvDataPropertyDefinitionCollection (NAMESPACE_OSGEO_FDO_COMMANDS_SCHEMA::PhysicalElementMapping *parent)
 OvDataPropertyDefinitionCollection ()
 Constructs a new empty collection of Raster Band Definition.
System::Void Remove (NAMESPACE_AUTODESK_GIS_FDO_PROVIDERS_RDBMS_OVERRIDE_ORACLE::OvDataPropertyDefinition *value)
 Removes the first occurrence of a specific OvDataPropertyDefinition object.
System::Void Remove (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::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_AUTODESK_GIS_FDO_PROVIDERS_RDBMS_OVERRIDE_ORACLE::OvDataPropertyDefinition *value)
__property System::Void set_Item (System::Int32 index, NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvDataPropertyDefinition *value)
__property System::Void set_RealTypeItem (System::Int32 index, NAMESPACE_AUTODESK_GIS_FDO_PROVIDERS_RDBMS_OVERRIDE_ORACLE::OvDataPropertyDefinition *value)
__property System::Void set_RealTypeItem (System::Int32 index, NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvDataPropertyDefinition *value)

Protected Member Functions

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

Classes

class  Enumerator
 nested class defined to provide Enumerator.

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