OSGeo::FDO::Schema::ReadOnlyDataPropertyDefinitionCollection Class Reference
[OSGeo::FDO::Schema]

Inheritance diagram for OSGeo::FDO::Schema::ReadOnlyDataPropertyDefinitionCollection:

Inheritance graph
[legend]

List of all members.


Detailed Description

The ReadOnlyDataPropertyDefinitionCollection class represents a collection of DataPropertyDefinition objects.

()


Public Member Functions

System::Boolean Contains (OSGeo::FDO::Schema::DataPropertyDefinition *value)
 Determines whether the collection contains a specific DataPropertyDefinition object.
System::Void CopyTo (OSGeo::FDO::Schema::DataPropertyDefinition *array[], System::Int32 startAt)
 Copies the elements of the collection to an array.
__property System::Int32 get_Count (System::Void)
 Gets the count of items in collection.
__property
OSGeo::FDO::Schema::DataPropertyDefinition
get_RealTypeItem (System::String *name)
 Gets the DataPropertyDefinition item in the collection at the specified index.
__property
OSGeo::FDO::Schema::DataPropertyDefinition
get_RealTypeItem (System::Int32 index)
 Gets the item in the collection at the specified index.
__sealed
System::Collections::IEnumerator * 
GetEnumerator (System::Void)
 Gets an enumerator that can iterate through a collection.
System::Int32 IndexOf (OSGeo::FDO::Schema::DataPropertyDefinition *value)
 Determines the index of a specific DataPropertyDefinition object.
 ReadOnlyDataPropertyDefinitionCollection (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs a ReadOnlyDataPropertyDefinitionCollection object based on an unmanaged instance of the object.
 ReadOnlyDataPropertyDefinitionCollection (OSGeo::FDO::Schema::DataPropertyDefinitionCollection *parent)
 Constructs a ReadOnlyDataPropertyDefinitionCollection object.