|
Public Member Functions |
| ComparisonCondition (System::IntPtr unmanaged, System::Boolean autoDelete) |
| ComparisonCondition (NAMESPACE_OSGEO_FDO_EXPRESSION::Expression *leftExpression, NAMESPACE_OSGEO_FDO_FILTER::ComparisonOperations operation, NAMESPACE_OSGEO_FDO_EXPRESSION::Expression *rightExpression) |
| Constructs an instance of a ComparisonCondition using the specified arguments.
|
| ComparisonCondition () |
| Constructs a default instance of an FdoComparisonCondition.
|
__property NAMESPACE_OSGEO_FDO_EXPRESSION::Expression * | get_LeftExpression () |
| Gets the expression that defines the left side of the comparison.
|
__property NAMESPACE_OSGEO_FDO_FILTER::ComparisonOperations | get_Operation () |
| Gets the operation to be used to compare the two expressions.
|
__property NAMESPACE_OSGEO_FDO_EXPRESSION::Expression * | get_RightExpression () |
| Gets the expression that defines the right side of the comparison.
|
System::Void | Process (NAMESPACE_OSGEO_FDO_FILTER::IFilterProcessor *processor) |
| Overrides FdoFilter.Process to pass the FdoComparisonCondition to the appropriate filter processor operation.
|
__property System::Void | set_LeftExpression (NAMESPACE_OSGEO_FDO_EXPRESSION::Expression *value) |
| Sets the expression that defines the left side of the comparison.
|
__property System::Void | set_Operation (NAMESPACE_OSGEO_FDO_FILTER::ComparisonOperations operation) |
| Sets the operation to be used to compare the two expressions.
|
__property System::Void | set_RightExpression (NAMESPACE_OSGEO_FDO_EXPRESSION::Expression *value) |
| Sets the expression that defines the right side of the comparison.
|