| FDO API Reference | Feature Data Objects |
#include <ArgumentDefinition.h>
Inherits FdoIDisposable.
Inheritance diagram for FdoArgumentDefinition:

Definition at line 32 of file ArgumentDefinition.h.
Public Member Functions | |
| FDO_API FdoDataType | GetDataType () |
| Gets the FdoDataType of the argument. | |
| FDO_API FdoString * | GetDescription () |
| Gets a brief description of the argument. | |
| FDO_API FdoString * | GetName () |
| Gets the name of the argument. | |
| FDO_API FdoPropertyType | GetPropertyType () |
| Gets the FdoDataType of the argument. | |
Static Public Member Functions | |
| static FDO_API FdoArgumentDefinition * | Create (FdoString *name, FdoString *description, FdoPropertyType propertyType, FdoDataType dataType) |
| Constructs an instance of an FdoArgumentDefinition using the specified arguments. | |
| static FDO_API FdoArgumentDefinition * | Create (FdoString *name, FdoString *description, FdoDataType dataType) |
| Constructs an instance of an FdoArgumentDefinition using the specified arguments. | |
Protected Attributes | |
| FdoDataType | m_dataType |
| wchar_t * | m_description |
| wchar_t * | m_name |
| FdoPropertyType | m_propertyType |
| Comments or suggestions? Send us feedback. |