| FDO API Reference | Feature Data Objects |
#include <BinaryLogicalOperator.h>
Inherits FdoLogicalOperator.
Inheritance diagram for FdoBinaryLogicalOperator:
Definition at line 34 of file BinaryLogicalOperator.h.
Public Member Functions | |
| FDO_API FdoFilter * | GetLeftOperand () |
| Gets the filter that defines the left operand. | |
| FDO_API FdoBinaryLogicalOperations | GetOperation () |
| Gets the operation to be performed between the two operands. | |
| FDO_API FdoFilter * | GetRightOperand () |
| Gets the filter that defines the right operand. | |
| FDO_API void | Process (FdoIFilterProcessor *p) |
| Overrides FdoFilter.Process to pass the FdoBinaryLogicalOperator to the appropriate filter processor operation. | |
| FDO_API void | SetLeftOperand (FdoFilter *value) |
| Sets the filter that defines the left operand. | |
| FDO_API void | SetOperation (FdoBinaryLogicalOperations value) |
| Sets the operation to be performed between the two operands. | |
| FDO_API void | SetRightOperand (FdoFilter *value) |
| Sets the filter that defines the right operand. | |
| FdoString * | ToStringInternal (FdoIdentifierCollection *pIdCol) |
| DOXYGEN-IGNORE This is an internal method. It returns the well defined text representation of the filter. | |
Static Public Member Functions | |
| FDO_API FdoBinaryLogicalOperator * | Create (FdoFilter *leftOperand, FdoBinaryLogicalOperations operation, FdoFilter *rightOperand) |
| Constructs an instance of an FdoBinaryLogicalOperator using the specified arguments. | |
| FDO_API FdoBinaryLogicalOperator * | Create () |
| Constructs a default instance of an FdoBinaryLogicalOperator. | |
Protected Member Functions | |
| virtual void | Dispose () |
| Dispose this object. | |
| FdoBinaryLogicalOperator (FdoFilter *leftOperand, FdoBinaryLogicalOperations operation, FdoFilter *rightOperand) | |
| FdoBinaryLogicalOperator () | |
| Constructs a default instance of an FdoBinaryLogicalOperator. | |
| virtual | ~FdoBinaryLogicalOperator () |
|
|
Constructs a default instance of an FdoBinaryLogicalOperator.
|
|
||||||||||||||||
|
Constructs an instance of an FdoBinaryLogicalOperator using the specified arguments. |
|
|
|
|
||||||||||||||||
|
Constructs an instance of an FdoBinaryLogicalOperator using the specified arguments.
|
|
|
Constructs a default instance of an FdoBinaryLogicalOperator.
|
|
|
Dispose this object.
Implements FdoIDisposable. |
|
|
Gets the filter that defines the left operand.
|
|
|
Gets the operation to be performed between the two operands.
|
|
|
Gets the filter that defines the right operand.
|
|
|
Overrides FdoFilter.Process to pass the FdoBinaryLogicalOperator to the appropriate filter processor operation.
Implements FdoFilter. |
|
|
Sets the filter that defines the left operand.
|
|
|
Sets the operation to be performed between the two operands.
|
|
|
Sets the filter that defines the right operand.
|
|
|
DOXYGEN-IGNORE This is an internal method. It returns the well defined text representation of the filter.
Implements FdoFilter. |
| Comments or suggestions? Send us feedback. |