FdoReadOnlyPropertyDefinitionCollection Class Reference

The FdoReadOnlyPropertyDefinitionCollection class represents a read-only collection of FdoPropertyDefinition objects. More...

#include <ReadOnlyPropertyDefinitionCollection.h>

Inherits FdoReadOnlyCollection< FdoPropertyDefinition, FdoIDisposableCollection, FdoSchemaException >.

List of all members.


Public Member Functions

FDO_API bool Contains (FdoPropertyDefinition *value)
 Determines if the collection contains the specified item.
FDO_API FdoInt32 GetCount ()
 Gets the number of items in the collection.
FDO_API FdoPropertyDefinitionGetItem (FdoString *name)
 Gets the item in the collection with the specified name. Throws an invalid argument exception if an item with the specified name does not exist in the collection.
FDO_API FdoPropertyDefinitionGetItem (FdoInt32 index)
 Gets the item in the collection at the specified index. Throws an invalid argument exception if the index is out of range.
FDO_API FdoInt32 IndexOf (FdoPropertyDefinition *value)
 Returns the index of the specified item in the collection. If the item does not exist, the IndexOf function returns -1.

Static Public Member Functions

static FDO_API
FdoReadOnlyPropertyDefinitionCollection
Create (FdoPropertyDefinitionCollection *properties)
 Constructs and populates an instance of an FdoReadOnlyPropertyDefinitionCollection.

Detailed Description

The FdoReadOnlyPropertyDefinitionCollection class represents a read-only collection of FdoPropertyDefinition objects.

Definition at line 37 of file ReadOnlyPropertyDefinitionCollection.h.


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