| FDO API Reference | Feature Data Objects |
#include <ParameterValue.h>
Inherits FdoIDisposable.
Inheritance diagram for FdoParameterValue:
Definition at line 34 of file ParameterValue.h.
Public Member Functions | |
| FDO_API FdoString * | GetName () |
| Gets the parameter name the value should bind to as a string. | |
| FDO_API FdoLiteralValue * | GetValue () |
| Gets the value to bind to the parameter as an FdoLiteralValue. | |
| FDO_API void | SetName (FdoString *value) |
| Sets the parameter name the value should bind to as a string. | |
| FDO_API void | SetValue (FdoString *value) |
| Sets the value to bind to the parameter as a string. | |
| FDO_API void | SetValue (FdoLiteralValue *value) |
| Sets the value to bind to the parameter as an FdoLiteralValue. | |
Static Public Member Functions | |
| FDO_API FdoParameterValue * | Create (FdoString *name, FdoLiteralValue *value) |
| Constructs an instance of an FdoParameterValue using the specified arguments. | |
| FDO_API FdoParameterValue * | Create (FdoString *name) |
| Constructs an instance of an FdoParameterValue using the specified arguments. | |
| FDO_API FdoParameterValue * | Create () |
| Constructs a default instance of an FdoParameterValue. | |
Protected Member Functions | |
| virtual void | Dispose () |
| Dispose this object. | |
| FdoParameterValue (FdoString *name, FdoLiteralValue *value) | |
| Constructs an instance of a ParameterValue using the specified arguments. | |
| FdoParameterValue (FdoString *name) | |
| Constructs an instance of a ParameterValue using the specified arguments. | |
| FdoParameterValue () | |
| Constructs a default instance of a ParameterValue. | |
| virtual | ~FdoParameterValue () |
Protected Attributes | |
| wchar_t * | m_name |
| DOXYGEN-IGNORE | |
| FdoLiteralValue * | m_value |
|
|
Constructs a default instance of a ParameterValue.
|
|
|
Constructs an instance of a ParameterValue using the specified arguments.
|
|
||||||||||||
|
Constructs an instance of a ParameterValue using the specified arguments.
|
|
|
|
|
||||||||||||
|
Constructs an instance of an FdoParameterValue using the specified arguments.
|
|
|
Constructs an instance of an FdoParameterValue using the specified arguments.
|
|
|
Constructs a default instance of an FdoParameterValue.
|
|
|
Dispose this object.
Implements FdoIDisposable. |
|
|
Gets the parameter name the value should bind to as a string.
|
|
|
Gets the value to bind to the parameter as an FdoLiteralValue.
|
|
|
Sets the parameter name the value should bind to as a string.
|
|
|
Sets the value to bind to the parameter as a string.
|
|
|
Sets the value to bind to the parameter as an FdoLiteralValue.
|
|
|
DOXYGEN-IGNORE
Definition at line 136 of file ParameterValue.h. |
|
|
Definition at line 137 of file ParameterValue.h. |
| Comments or suggestions? Send us feedback. |