| FDO API Reference | Feature Data Objects |
#include <UnaryExpression.h>
Inherits FdoExpression.
Inheritance diagram for FdoUnaryExpression:

Definition at line 33 of file UnaryExpression.h.
Public Member Functions | |
| FDO_API FdoExpression * | GetExpression () |
| Gets the expression to be operated on. | |
| FDO_API FdoUnaryOperations | GetOperation () |
| Gets the unary operation to be evaluated by this expression. | |
| FDO_API void | Process (FdoIExpressionProcessor *p) |
| Overrides FdoExpression.Process to pass the FdoUnaryExpression to the appropriate expression processor operation. | |
| FDO_API void | SetExpression (FdoExpression *value) |
| Sets the expression to be operated on. | |
| FDO_API void | SetOperation (FdoUnaryOperations value) |
| Sets the unary operation to be evaluated by this expression. | |
| FDO_API FdoString * | ToString () |
| Returns the well defined text representation of this expression. | |
| FdoString * | ToStringInternal (FdoIdentifierCollection *pIdCol) |
| This is an internal method. It returns the well defined text representation of the expression. | |
Static Public Member Functions | |
| static FDO_API FdoUnaryExpression * | Create (FdoUnaryOperations operation, FdoExpression *expression) |
| Constructs an instance of an FdoUnaryExpression using the specified arguments. | |
| static FDO_API FdoUnaryExpression * | Create () |
| Constructs a default instance of an FdoUnaryExpression. | |
| Comments or suggestions? Send us feedback. |