| FDO API Reference | Feature Data Objects |
#include <PropertyDefinitionCollection.h>
Inherits FdoSchemaCollection< FdoPropertyDefinition >.
Inheritance diagram for FdoPropertyDefinitionCollection:
Definition at line 32 of file PropertyDefinitionCollection.h.
Public Member Functions | |
| virtual FDO_API void | Remove (const FdoSchemaElement *value) |
| Removes the specified item from the collection. Throws an invalid argument exception if the item does not exist within the collection. | |
| virtual FDO_API void | RemoveAt (FdoInt32 index) |
| Removes the specified item from the collection. Throws an invalid argument exception if the item does not exist within the collection. | |
Static Public Member Functions | |
| FDO_API FdoPropertyDefinitionCollection * | Create (FdoSchemaElement *parent) |
| Constructs an instance of an FdoPropertyDefinitionCollection using the specified argument. | |
Protected Member Functions | |
| virtual void | Dispose () |
| Dispose this object. | |
| FdoPropertyDefinitionCollection (FdoSchemaElement *parent) | |
| Constructs a default empty instance of an FdoPropertyDefinitionCollection. | |
| FdoPropertyDefinitionCollection () | |
| DOXYGEN-IGNORE | |
| virtual | ~FdoPropertyDefinitionCollection () |
Friends | |
| class | FdoClassDefinition |
|
|
DOXYGEN-IGNORE
Definition at line 38 of file PropertyDefinitionCollection.h. |
|
|
Constructs a default empty instance of an FdoPropertyDefinitionCollection.
Definition at line 42 of file PropertyDefinitionCollection.h. |
|
|
Definition at line 46 of file PropertyDefinitionCollection.h. |
|
|
Constructs an instance of an FdoPropertyDefinitionCollection using the specified argument.
|
|
|
Dispose this object.
Implements FdoIDisposable. Definition at line 50 of file PropertyDefinitionCollection.h. |
|
|
Removes the specified item from the collection. Throws an invalid argument exception if the item does not exist within the collection.
|
|
|
Removes the specified item from the collection. Throws an invalid argument exception if the item does not exist within the collection.
Reimplemented from FdoSchemaCollection< FdoPropertyDefinition >. |
|
|
Definition at line 34 of file PropertyDefinitionCollection.h. |
| Comments or suggestions? Send us feedback. |