| FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Filter::UnaryLogicalOperator:

()
Definition at line 34 of file mgUnaryLogicalOperator.h.
Public Member Functions | |
| __property OSGeo::FDO::Filter::Filter * | get_Operand () |
| Gets Filter operand to apply the operator to. | |
| __property OSGeo::FDO::Filter::UnaryLogicalOperations | get_Operation () |
| Gets the unary operation to be performed on the operand. | |
| System::Void | Process (OSGeo::FDO::Filter::IFilterProcessor *processor) |
| Overrides Filter.Process to pass UnaryLogicalOperator to the appropriate filter processor operation. | |
| __property System::Void | set_Operand (OSGeo::FDO::Filter::Filter *value) |
| Sets Filter operand to apply the operator to. | |
| __property System::Void | set_Operation (OSGeo::FDO::Filter::UnaryLogicalOperations value) |
| Sets the unary operation to be performed on the operand. | |
| UnaryLogicalOperator (System::IntPtr unmanaged, System::Boolean autoDelete) | |
| Constructs a UnaryLogicalOperator object based on an unmanaged instance of the object. | |
| UnaryLogicalOperator (OSGeo::FDO::Filter::Filter *operand, OSGeo::FDO::Filter::UnaryLogicalOperations operation) | |
| Constructs an instance of an UnaryLogicalOperator using the specified arguments. | |
| UnaryLogicalOperator () | |
| Constructs a default instance of an UnaryLogicalOperator. | |
| Comments or suggestions? Send us feedback. |