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

Inheritance diagram for OSGeo::FDO::Schema::ReadOnlyPropertyDefinitionCollection:

Inheritance graph
[legend]

List of all members.


Detailed Description

The ReadOnlyPropertyDefinitionCollection class represents a collection of PropertyDefinition objects.

()


Public Member Functions

System::Boolean Contains (OSGeo::FDO::Schema::PropertyDefinition *value)
 Determines whether the collection contains a specific PropertyDefinition object.
System::Void CopyTo (OSGeo::FDO::Schema::PropertyDefinition *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::PropertyDefinition
get_RealTypeItem (System::String *name)
__property
OSGeo::FDO::Schema::PropertyDefinition
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::PropertyDefinition *value)
 Determines the index of a specific PropertyDefinition object.
 ReadOnlyPropertyDefinitionCollection (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs a ReadOnlyPropertyDefinitionCollection object based on an unmanaged instance of the object.
 ReadOnlyPropertyDefinitionCollection (OSGeo::FDO::Schema::PropertyDefinitionCollection *parent)
 Constructs a ReadOnlyPropertyDefinitionCollection object.