FDO API Reference | Feature Data Objects |
#include <DataPropertyDefinitionCollection.h>
Inherits FdoSchemaCollection< FdoDataPropertyDefinition >.
Inheritance diagram for FdoDataPropertyDefinitionCollection:
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 | |
FDO_API FdoDataPropertyDefinitionCollection * | Create (FdoSchemaElement *parent) |
Constructs an instance of an FdoDataPropertyDefinitionCollection using the specified argument. | |
Protected Member Functions | |
virtual void | Dispose () |
Dispose this object. | |
FdoDataPropertyDefinitionCollection (FdoSchemaElement *parent) | |
Constructs an instance of a DataPropertyDefinitionCollection using the specified argument. | |
FdoDataPropertyDefinitionCollection () | |
DOXYGEN-IGNORE | |
virtual | ~FdoDataPropertyDefinitionCollection () |
Friends | |
class | FdoAssociationPropertyDefinition |
class | FdoClassDefinition |
|
DOXYGEN-IGNORE
Definition at line 42 of file DataPropertyDefinitionCollection.h. |
|
Constructs an instance of a DataPropertyDefinitionCollection using the specified argument. DataPropertyCollection is only used for identityProperties, which only reference items in the Properties collection. Since it doesn't own these items, the parent shouldn't be set when adding to this collection. Definition at line 46 of file DataPropertyDefinitionCollection.h. |
|
Definition at line 54 of file DataPropertyDefinitionCollection.h. |
|
Adds the specified item to the end of the collection. Returns the index of the newly added item.
Reimplemented from FdoSchemaCollection< FdoDataPropertyDefinition >. |
|
Constructs an instance of an FdoDataPropertyDefinitionCollection using the specified argument.
|
|
Dispose this object.
Implements FdoIDisposable. Definition at line 58 of file DataPropertyDefinitionCollection.h. |
|
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.
Reimplemented from FdoSchemaCollection< FdoDataPropertyDefinition >. |
|
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.
Reimplemented from FdoSchemaCollection< FdoDataPropertyDefinition >. |
|
Definition at line 36 of file DataPropertyDefinitionCollection.h. |
|
Definition at line 35 of file DataPropertyDefinitionCollection.h. |
Comments or suggestions? Send us feedback. |