OSGeo::FDO::Filter::InCondition Class Reference
[OSGeo::FDO::Filter]

Inheritance diagram for OSGeo::FDO::Filter::InCondition:

Inheritance graph
[legend]

List of all members.


Detailed Description

The InCondition class derives from SearchCondition and can be used to test if the value of a specified data property is within a given set of literal values.

()


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.