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

OSGeo::FDO::Connections::Capabilities::IExpressionCapabilitiesImp Class Reference

Inherits OSGeo::FDO::Runtime::Disposable, and OSGeo::FDO::Connections::Capabilities::OSGeo::FDO::Connections::Capabilities::IExpressionCapabilities.

Inheritance diagram for OSGeo::FDO::Connections::Capabilities::IExpressionCapabilitiesImp:

[legend]
List of all members.

Detailed Description

The IExpressionCapbilities interface declares the feature provider's level of support for Expression classes.


Public Member Functions

__property OSGeo::FDO::Expression::ExpressionType get_ExpressionTypes ()[]
 Returns an array of ExpressionType objects the feature provider supports.
__property OSGeo::FDO::Connections::Capabilities::FunctionDefinitionCollectionget_Functions ()
 Returns a collection of FunctionDefinition objects the feature provider supports within expressions.

Protected Member Functions

System::Void ReleaseUnmanagedObject ()
 DOXYGEN-IGNORE

Member Function Documentation

__property OSGeo ::FDO ::Expression ::ExpressionType OSGeo::FDO::Connections::Capabilities::IExpressionCapabilitiesImp::get_ExpressionTypes  ) 
 

Returns an array of ExpressionType objects the feature provider supports.

Returns:
Returns the list of expression types

__property OSGeo ::FDO ::Connections ::Capabilities ::FunctionDefinitionCollection* OSGeo::FDO::Connections::Capabilities::IExpressionCapabilitiesImp::get_Functions  ) 
 

Returns a collection of FunctionDefinition objects the feature provider supports within expressions.

Returns:
Returns the collection of function definitions

System::Void OSGeo::FDO::Connections::Capabilities::IExpressionCapabilitiesImp::ReleaseUnmanagedObject  )  [protected, virtual]
 

DOXYGEN-IGNORE

Reimplemented from OSGeo::FDO::Runtime::Disposable.


Comments or suggestions? Send us feedback.