FDO API Reference Feature Data Objects

FdoArgumentDefinition Class Reference

#include <ArgumentDefinition.h>

Inherits FdoIDisposable.

Inheritance diagram for FdoArgumentDefinition:

Inheritance graph
[legend]
List of all members.

Detailed Description

The FdoArgumentDefinition class contains metadata that describes an argument to a function.

Definition at line 32 of file ArgumentDefinition.h.


Public Member Functions

FDO_API FdoDataType GetDataType ()
 Gets the FdoDataType of the argument.
FDO_API FdoStringGetDescription ()
 Gets a brief description of the argument.
FDO_API FdoStringGetName ()
 Gets the name of the argument.
FDO_API FdoPropertyType GetPropertyType ()
 Gets the FdoDataType of the argument.

Static Public Member Functions

static FDO_API FdoArgumentDefinitionCreate (FdoString *name, FdoString *description, FdoPropertyType propertyType, FdoDataType dataType)
 Constructs an instance of an FdoArgumentDefinition using the specified arguments.
static FDO_API FdoArgumentDefinitionCreate (FdoString *name, FdoString *description, FdoDataType dataType)
 Constructs an instance of an FdoArgumentDefinition using the specified arguments.

Protected Member Functions

virtual void Dispose ()
 Dispose this object.
 FdoArgumentDefinition ()
 Constructs an instance of an FdoArgumentDefinition with default properties.
 FdoArgumentDefinition (FdoString *name, FdoString *description, FdoPropertyType propertyType, FdoDataType dataType)
 Constructs an instance of an FdoArgumentDefinition using the specified arguments.
 FdoArgumentDefinition (FdoString *name, FdoString *description, FdoDataType dataType)
 Constructs an instance of an FdoArgumentDefinition using the specified arguments.
virtual ~FdoArgumentDefinition ()

Protected Attributes

FdoDataType m_dataType
wchar_t * m_description
wchar_t * m_name
FdoPropertyType m_propertyType

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