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

()
Definition at line 38 of file mgNullCondition.h.
Public Member Functions | |
| __property OSGeo::FDO::Expression::Identifier * | get_PropertyName () |
| Gets the name of the data property. | |
| NullCondition (System::IntPtr unmanaged, System::Boolean autoDelete) | |
| Constructs a NullCondition object based on an unmanaged instance of the object. | |
| NullCondition (OSGeo::FDO::Expression::Identifier *propertyName) | |
| Constructs an instance of an NullCondition using the specified arguments. | |
| NullCondition (System::String *propertyName) | |
| Constructs an instance of an NullCondition using the specified arguments. | |
| NullCondition () | |
| Constructs a default instance of an NullCondition. | |
| System::Void | Process (OSGeo::FDO::Filter::IFilterProcessor *processor) |
| Overrides Filter.Process to pass NullCondition to the appropriate filter processor operation. | |
| __property System::Void | set_PropertyName (OSGeo::FDO::Expression::Identifier *value) |
| Sets the name of the data property. | |
| Comments or suggestions? Send us feedback. |