| 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 | |
| FDO_API FdoComputedIdentifier * | Create (FdoString *name, FdoExpression *expression) |
| Constructs an instance of an identifier using the specified arguments. | |
| FDO_API FdoComputedIdentifier * | Create () |
| Constructs a default instance of an identifier. | |
Protected Member Functions | |
| virtual void | Dispose () |
| Dispose this object. | |
| FdoComputedIdentifier (FdoString *name, FdoExpression *expression) | |
| Constructs an instance of a computed identifier using the specified arguments. | |
| FdoComputedIdentifier () | |
| Constructs a default instance of an identifier. | |
| virtual | ~FdoComputedIdentifier () |
| Default destructor for identifier. | |
|
|
Constructs a default instance of an identifier.
|
|
||||||||||||
|
Constructs an instance of a computed identifier using the specified arguments.
|
|
|
Default destructor for identifier.
|
|
||||||||||||
|
Constructs an instance of an identifier using the specified arguments.
|
|
|
Constructs a default instance of an identifier.
Reimplemented from FdoIdentifier. |
|
|
Dispose this object.
Reimplemented from FdoIdentifier. |
|
|
Gets the full text of the identifier.
|
|
|
Overrides FdoExpression.Process to pass the FdoComputedIdentifier to the appropriate expression processor operation.
Reimplemented from FdoIdentifier. |
|
|
Sets the full text of the identifier.
|
|
|
Returns the well defined text representation of this expression.
Reimplemented from FdoIdentifier. |
|
|
This is an internal method. It returns the well defined text representation of the expression.
Reimplemented from FdoExpression. |
| Comments or suggestions? Send us feedback. |