FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Filter::NullCondition:
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. |
|
Constructs a default instance of an NullCondition.
|
|
Constructs an instance of an NullCondition using the specified arguments.
|
|
Constructs an instance of an NullCondition using the specified arguments.
|
|
Constructs a NullCondition object based on an unmanaged instance of the object.
|
|
Gets the name of the data property.
|
|
Overrides Filter.Process to pass NullCondition to the appropriate filter processor operation.
Reimplemented from OSGeo::FDO::Filter::Filter. |
|
Sets the name of the data property.
|
Comments or suggestions? Send us feedback. |