FDO API Reference Feature Data Objects

BinaryExpression Member List

This is the complete list of members for BinaryExpression, including all inherited members.

BinaryExpression()BinaryExpression
BinaryExpression(NAMESPACE_OSGEO_FDO_EXPRESSION::Expression *leftExpression, NAMESPACE_OSGEO_FDO_EXPRESSION::BinaryOperations operation, NAMESPACE_OSGEO_FDO_EXPRESSION::Expression *rightExpression)BinaryExpression
BinaryExpression(System::IntPtr unmanaged, System::Boolean autoDelete)BinaryExpression
get_LeftExpression()BinaryExpression
get_Operation()BinaryExpression
get_RightExpression()BinaryExpression
Process(NAMESPACE_OSGEO_FDO_EXPRESSION::IExpressionProcessor *processor)BinaryExpression
set_LeftExpression(NAMESPACE_OSGEO_FDO_EXPRESSION::Expression *value)BinaryExpression
set_Operation(NAMESPACE_OSGEO_FDO_EXPRESSION::BinaryOperations value)BinaryExpression
set_RightExpression(NAMESPACE_OSGEO_FDO_EXPRESSION::Expression *value)BinaryExpression
ToString()BinaryExpression

Comments or suggestions? Send us feedback.