| FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Expression::ComputedIdentifier:

()
Definition at line 36 of file mgComputedIdentifier.h.
Public Member Functions | |
| ComputedIdentifier (System::IntPtr unmanaged, System::Boolean autoDelete) | |
| Constructs a ComputedIdentifier object based on an unmanaged instance of the object. | |
| ComputedIdentifier (System::String *name, OSGeo::FDO::Expression::Expression *expression) | |
| Constructs an instance of an identifier using the specified arguments. | |
| ComputedIdentifier () | |
| Constructs a default instance of an identifier. | |
| __property OSGeo::FDO::Expression::Expression * | get_Expression () |
| Gets the full text of the identifier. | |
| System::Void | Process (OSGeo::FDO::Expression::IExpressionProcessor *processor) |
| Overrides Expression.Process to pass the ComputedIdentifier to the appropriate expression processor operation. | |
| System::Void | set_Expression (OSGeo::FDO::Expression::Expression *value) |
| Sets the full text of the identifier. | |
| System::String * | ToString () |
| Returns the well defined text representation of this expression. | |
| Comments or suggestions? Send us feedback. |