| FDO API Reference | Feature Data Objects |
#include <ComputedIdentifier.h>
Inherits FdoIdentifier.
Inheritance diagram for FdoComputedIdentifier:

FdoComputedIdentifier::Create(L"MaxTraficCapacity", FdoBinaryExpression::Create( FdoIdentifier(L"Length"), FdoBinaryOperations_Multiply, FdoIdentifier(L"NumLanes") ); );
Definition at line 46 of file ComputedIdentifier.h.
Public Member Functions | |
| FDO_API FdoExpression * | GetExpression () |
| Gets the full text of the identifier. | |
| FDO_API void | Process (FdoIExpressionProcessor *p) |
| Overrides FdoExpression.Process to pass the FdoComputedIdentifier to the appropriate expression processor operation. | |
| FDO_API void | SetExpression (FdoExpression *value) |
| Sets the full text of the identifier. | |
| FDO_API FdoString * | ToString () |
| Returns the well defined text representation of this expression. | |
| virtual 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 FdoComputedIdentifier * | Create (FdoString *name, FdoExpression *expression) |
| Constructs an instance of an identifier using the specified arguments. | |
| static FDO_API FdoComputedIdentifier * | Create () |
| Constructs a default instance of an identifier. | |
| Comments or suggestions? Send us feedback. |