FDO API Reference Feature Data Objects

FdoArgumentDefinitionCollection Class Reference

#include <ArgumentDefinitionCollection.h>

Inherits FdoCollection< FdoArgumentDefinition, FdoConnectionException >.

Inheritance diagram for FdoArgumentDefinitionCollection:

Inheritance graph
[legend]
List of all members.

Detailed Description

The FdoArgumentDefinitionCollection class represents a collection of FdoArgumentDefinition objects.

Definition at line 32 of file ArgumentDefinitionCollection.h.


Static Public Member Functions

static FDO_API FdoArgumentDefinitionCollectionCreate (FdoArgumentDefinition **arguments, FdoInt32 length)
 Constructs an FdoArgumentDefinitionCollection from an array of FdoArgumentDefinition objects.
static FDO_API FdoArgumentDefinitionCollectionCreate ()
 Constructs a default empty instance of an FdoArgumentDefinitionCollection.

Protected Member Functions

virtual void Dispose ()
 Dispose this object.

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