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 | |
FDO_API FdoArgumentDefinition * | Create (FdoString *name, FdoString *description, FdoPropertyType propertyType, FdoDataType dataType) |
Constructs an instance of an FdoArgumentDefinition using the specified arguments. | |
FDO_API FdoArgumentDefinition * | Create (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 |
|
Constructs an instance of an FdoArgumentDefinition using the specified arguments.
|
|
Constructs an instance of an FdoArgumentDefinition using the specified arguments.
|
|
Constructs an instance of an FdoArgumentDefinition with default properties.
|
|
|
|
Constructs an instance of an FdoArgumentDefinition using the specified arguments.
|
|
Constructs an instance of an FdoArgumentDefinition using the specified arguments.
|
|
Dispose this object.
Implements FdoIDisposable. |
|
Gets the FdoDataType of the argument.
|
|
Gets a brief description of the argument.
|
|
Gets the name of the argument.
|
|
Gets the FdoDataType of the argument.
|
|
Definition at line 121 of file ArgumentDefinition.h. |
|
Definition at line 119 of file ArgumentDefinition.h. |
|
Definition at line 118 of file ArgumentDefinition.h. |
|
Definition at line 120 of file ArgumentDefinition.h. |
Comments or suggestions? Send us feedback. |