FDO API Reference Feature Data Objects

FdoDataPropertyDefinitionCollection Class Reference

#include <DataPropertyDefinitionCollection.h>

Inherits FdoSchemaCollection< FdoDataPropertyDefinition >.

Inheritance diagram for FdoDataPropertyDefinitionCollection:

Inheritance graph
[legend]
List of all members.

Detailed Description

The FdoDataPropertyDefinitionCollection class represents a collection of FdoDataPropertyDefinition objects.

Definition at line 33 of file DataPropertyDefinitionCollection.h.


Public Member Functions

virtual FDO_API FdoInt32 Add (FdoDataPropertyDefinition *value)
 Adds the specified item to the end of the collection. Returns the index of the newly added item.
virtual FDO_API void Insert (FdoInt32 index, FdoDataPropertyDefinition *value)
 Inserts the specified item at the specified index within the collection. Items following the insertion point are moved down to accommodate the new item. Throws an invalid argument exception if the specified index is out of range.
virtual FDO_API void SetItem (FdoInt32 index, FdoDataPropertyDefinition *value)
 Sets the item in the collection at the specified index to the specified value. Throws an invalid argument exception if the index is out of range.

Static Public Member Functions

static FDO_API FdoDataPropertyDefinitionCollectionCreate (FdoSchemaElement *parent)
 Constructs an instance of an FdoDataPropertyDefinitionCollection using the specified argument.

Friends

class FdoAssociationPropertyDefinition
class FdoClassDefinition

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.