FDO API Reference Feature Data Objects

FdoPropertyDefinitionCollection Class Reference

#include <PropertyDefinitionCollection.h>

Inherits FdoSchemaCollection< FdoPropertyDefinition >.

Inheritance diagram for FdoPropertyDefinitionCollection:

Inheritance graph
[legend]
List of all members.

Detailed Description

The FdoPropertyDefinitionCollection class represents a collection of FdoPropertyDefinition objects.

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

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

Friends

class FdoClassDefinition

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