FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

mgIFeatureCommand.h File Reference

Include dependency graph for mgIFeatureCommand.h:


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Commands
namespace  OSGeo::FDO::Expression
namespace  OSGeo::FDO::Filter

Functions

__property OSGeo::FDO::Filter::Filterget_Filter ()
 Gets the filter as a filter tree.
__property System::Void set_FeatureClassName (OSGeo::FDO::Expression::Identifier *value)
 Sets the name of the class to be operated upon as an identifier.
__property System::Void set_Filter (OSGeo::FDO::Filter::Filter *value)
 Sets the filter as a Filter tree.
System::Void SetFeatureClassName (System::String *value)
 Sets the name of the class to be operated upon as an identifier.
System::Void SetFilter (System::String *value)
 Sets the filter as a Filter tree.

Variables

public __gc __interface IFeatureCommand

Function Documentation

__property OSGeo ::FDO ::Filter ::Filter* get_Filter  ) 
 

Gets the filter as a filter tree.

Returns:
Returns the filter object

__property System::Void set_FeatureClassName OSGeo::FDO::Expression::Identifier value  ) 
 

Sets the name of the class to be operated upon as an identifier.

Parameters:
value Input the class identifier
Returns:
Returns nothing

__property System::Void set_Filter OSGeo::FDO::Filter::Filter value  ) 
 

Sets the filter as a Filter tree.

Parameters:
value Input the filter object
Returns:
Returns nothing

System::Void SetFeatureClassName System::String *  value  ) 
 

Sets the name of the class to be operated upon as an identifier.

Parameters:
value Input the class name
Returns:
Returns nothing

System::Void SetFilter System::String *  value  ) 
 

Sets the filter as a Filter tree.

Parameters:
value Input the filter expression string
Returns:
Returns nothing

Variable Documentation

public __gc __interface OSGeo::FDO::Commands::IFeatureCommand
 


Comments or suggestions? Send us feedback.