FDO API Reference | Feature Data Objects |
#include <ReadOnlyDataPropertyDefinitionCollection.h>
Inherits FdoReadOnlyCollection< FdoDataPropertyDefinition, FdoIDisposableCollection, FdoSchemaException >.
Inheritance diagram for FdoReadOnlyDataPropertyDefinitionCollection:
Definition at line 37 of file ReadOnlyDataPropertyDefinitionCollection.h.
Public Member Functions | |
FDO_API bool | Contains (FdoDataPropertyDefinition *value) |
Determines if the collection contains the specified item. | |
FDO_API FdoInt32 | GetCount () |
Gets the number of items in the collection. | |
FDO_API FdoDataPropertyDefinition * | GetItem (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 FdoDataPropertyDefinition * | GetItem (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 (FdoDataPropertyDefinition *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 | |
FDO_API FdoReadOnlyDataPropertyDefinitionCollection * | Create (FdoDataPropertyDefinitionCollection *properties) |
Constructs and populates an instance of an FdoReadOnlyDataPropertyDefinitionCollection. | |
Protected Member Functions | |
virtual void | Dispose () |
Dispose this object. | |
FdoReadOnlyDataPropertyDefinitionCollection (FdoDataPropertyDefinitionCollection *properties) | |
FdoReadOnlyDataPropertyDefinitionCollection () | |
DOXYGEN-IGNORE |
|
DOXYGEN-IGNORE
Definition at line 41 of file ReadOnlyDataPropertyDefinitionCollection.h. |
|
|
|
Determines if the collection contains the specified item.
|
|
Constructs and populates an instance of an FdoReadOnlyDataPropertyDefinitionCollection.
|
|
Dispose this object.
Implements FdoIDisposable. |
|
Gets the number of items in the collection.
Reimplemented from FdoReadOnlyCollection< FdoDataPropertyDefinition, FdoIDisposableCollection, FdoSchemaException >. |
|
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.
Reimplemented from FdoReadOnlyCollection< FdoDataPropertyDefinition, FdoIDisposableCollection, FdoSchemaException >. |
|
Gets the item in the collection at the specified index. Throws an invalid argument exception if the index is out of range.
Reimplemented from FdoReadOnlyCollection< FdoDataPropertyDefinition, FdoIDisposableCollection, FdoSchemaException >. |
|
Returns the index of the specified item in the collection. If the item does not exist, the IndexOf function returns -1.
|
Comments or suggestions? Send us feedback. |