| FDO API Reference | Feature Data Objects |
#include <Parameter.h>
Inherits FdoValueExpression.
Inheritance diagram for FdoParameter:
Definition at line 37 of file Parameter.h.
Public Member Functions | |
| FDO_API FdoString * | GetName () |
| Gets the name of the parameter. | |
| FDO_API void | Process (FdoIExpressionProcessor *p) |
| Overrides FdoExpression.Process to pass the FdoParameter to the appropriate expression processor operation. | |
| FDO_API void | SetName (FdoString *value) |
| Sets the name of the parameter. | |
| FDO_API FdoString * | ToString () |
| Returns the well defined text representation of this expression. | |
Static Public Member Functions | |
| FDO_API FdoParameter * | Create (FdoString *name) |
| Constructs an instance of a parameter using the specified arguments. | |
| FDO_API FdoParameter * | Create () |
| Constructs a default instance of a parameter. | |
Protected Member Functions | |
| virtual void | Dispose () |
| Dispose this object. | |
| FdoParameter (FdoString *name) | |
| Constructs an instance of a parameter using the specified arguments. | |
| FdoParameter () | |
| Constructs a default instance of a parameter. | |
| virtual | ~FdoParameter () |
| Default destructor for parameter. | |
|
|
Constructs a default instance of a parameter.
|
|
|
Constructs an instance of a parameter using the specified arguments.
|
|
|
Default destructor for parameter.
|
|
|
Constructs an instance of a parameter using the specified arguments.
|
|
|
Constructs a default instance of a parameter.
|
|
|
Dispose this object.
Implements FdoIDisposable. |
|
|
Gets the name of the parameter.
|
|
|
Overrides FdoExpression.Process to pass the FdoParameter to the appropriate expression processor operation.
Implements FdoExpression. |
|
|
Sets the name of the parameter.
|
|
|
Returns the well defined text representation of this expression.
Implements FdoExpression. |
| Comments or suggestions? Send us feedback. |