FDO API Reference Feature Data Objects

XmlClassMappingCollection Class Reference

List of all members.

Detailed Description

FdoXmlClassMappingCollection is a collection of Fdo-GML Class Mapping objects.


Public Member Functions

System::Int32 Add (NAMESPACE_OSGEO_FDO_XML::XmlClassMapping *value)
 Adds a NAMESPACE_OSGEO_FDO_XML::XmlClassMapping object into the collection.
System::Void Clear ()
 Removes all elements from the collection.
System::Boolean Contains (NAMESPACE_OSGEO_FDO_XML::XmlClassMapping *value)
 Determines whether the collection contains a specific NAMESPACE_OSGEO_FDO_XML::XmlClassMapping object.
System::Void CopyTo (NAMESPACE_OSGEO_FDO_XML::XmlClassMapping *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 NAMESPACE_OSGEO_FDO_XML::XmlClassMapping * get_Item (System::Int32 index)
__property NAMESPACE_OSGEO_FDO_XML::XmlClassMapping * get_RealTypeItem (System::Int32 index)
 Gets or sets a NAMESPACE_OSGEO_FDO_XML::XmlClassMapping in the collection.
__sealed System::Collections::IEnumerator * GetEnumerator (System::Void)
 Gets an enumerator that can iterate through a collection.
System::Int32 IndexOf (NAMESPACE_OSGEO_FDO_XML::XmlClassMapping *value)
 Determines the index of a specific NAMESPACE_OSGEO_FDO_XML::XmlClassMapping object.
System::Void Insert (System::Int32 index, NAMESPACE_OSGEO_FDO_XML::XmlClassMapping *value)
 Inserts a NAMESPACE_OSGEO_FDO_XML::XmlClassMapping object into the collection at the specified position.
System::Void Remove (NAMESPACE_OSGEO_FDO_XML::XmlClassMapping *value)
 Removes the first occurrence of a specific NAMESPACE_OSGEO_FDO_XML::XmlClassMapping object.
System::Void RemoveAt (System::Int32 index)
 Removes the index-th NAMESPACE_OSGEO_FDO_XML::XmlClassMapping from this collection.
__property System::Void set_Item (System::Int32 index, NAMESPACE_OSGEO_FDO_XML::XmlClassMapping *value)
__property System::Void set_RealTypeItem (System::Int32 index, NAMESPACE_OSGEO_FDO_XML::XmlClassMapping *value)
 XmlClassMappingCollection (NAMESPACE_OSGEO_FDO_COMMANDS_SCHEMA::PhysicalElementMapping *parent)
 Constructs a new empty string collection.

Protected Member Functions

System::Void Dispose (System::Boolean disposing)

Classes

class  Enumerator
 nested class defined to provide Enumerator.

Comments or suggestions? Send us feedback.