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

()
Definition at line 43 of file mgInCondition.h.
Public Member Functions | |
| __property OSGeo::FDO::Expression::Identifier * | get_PropertyName () |
| Gets the name of the data property. | |
| __property OSGeo::FDO::Filter::ValueExpressionCollection * | get_Values () |
| Gets LiteralCollection that contains the literal values. | |
| InCondition (System::IntPtr unmanaged, System::Boolean autoDelete) | |
| Constructs a InCondition object based on an unmanaged instance of the object. | |
| InCondition (OSGeo::FDO::Expression::Identifier *propertyName, OSGeo::FDO::Filter::ValueExpressionCollection *collection) | |
| Constructs an instance of an InCondition using the specified arguments. | |
| InCondition (OSGeo::FDO::Expression::Identifier *propertyName, System::String *values[]) | |
| Constructs an instance of an InCondition using the specified arguments. | |
| InCondition (System::String *propertyName, System::String *values[]) | |
| Constructs an instance of an InCondition using the specified arguments. | |
| InCondition () | |
| Constructs a default instance of an InCondition. | |
| System::Void | Process (OSGeo::FDO::Filter::IFilterProcessor *processor) |
| Overrides Filter.Process to pass InCondition to the appropriate filter processor operation. | |
| __property System::Void | set_PropertyName (OSGeo::FDO::Expression::Identifier *value) |
| Sets the name of the data property. | |
| System::String * | ToStringInternal (OSGeo::FDO::Commands::IdentifierCollection *idCollection) |
| Converts the filter expression to its well defined text representation. | |
| Comments or suggestions? Send us feedback. |