FdoPropertyDefinitionCollection Class Reference

The FdoPropertyDefinitionCollection class represents a collection of FdoPropertyDefinition objects. More...

#include <PropertyDefinitionCollection.h>

Inherits FdoSchemaCollection< FdoPropertyDefinition >.

List of all members.


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
FdoPropertyDefinitionCollection
Create (FdoSchemaElement *parent)
 Constructs an instance of an FdoPropertyDefinitionCollection using the specified argument.

Friends

class FdoClassDefinition

Detailed Description

The FdoPropertyDefinitionCollection class represents a collection of FdoPropertyDefinition objects.

Definition at line 32 of file PropertyDefinitionCollection.h.


The documentation for this class was generated from the following file: