FDO API Reference Feature Data Objects

PropertyValue Class Reference

List of all members.

Detailed Description

The FdoPropertyValue class represents a property name/value pair. Instances of this class are used to specify or hold onto a reference to a property name and the properties value.


Public Member Functions

__property NAMESPACE_OSGEO_FDO_EXPRESSION::Identifier * get_Name ()
 Gets the property name as an identifier.
__property NAMESPACE_OSGEO_COMMON::IStreamReaderget_StreamReader ()
 Gets the value of the property as an Stream Reader.
__property NAMESPACE_OSGEO_FDO_EXPRESSION::ValueExpression * get_Value ()
 Gets the value of the property as an FdoValueExpression.
 PropertyValue (System::String *name, NAMESPACE_OSGEO_FDO_EXPRESSION::ValueExpression *value)
 Constructs an instance of an FdoPropertyValue using the specified arguments.
 PropertyValue (NAMESPACE_OSGEO_FDO_EXPRESSION::Identifier *name, NAMESPACE_OSGEO_FDO_EXPRESSION::ValueExpression *value)
 Constructs an instance of an FdoPropertyValue using the specified arguments.
 PropertyValue ()
 Constructs a default instance of an FdoPropertyValue.
__property System::Void set_Name (NAMESPACE_OSGEO_FDO_EXPRESSION::Identifier *value)
 Sets the property name as an identifier.
__property System::Void set_StreamReader (NAMESPACE_OSGEO_COMMON::IStreamReader *stream)
 Provides a Reader on a external data source to allow reading in blocks of data.
__property System::Void set_Value (NAMESPACE_OSGEO_FDO_EXPRESSION::ValueExpression *value)
 Sets the value of the property as an FdoValueExpression.
System::Void SetName (System::String *value)
 Sets the property name as a string.
System::Void SetValue (System::String *value)
 Sets the value of the property as a string. The string content will be parsed to produce the required FdoValueExpression.

Protected Member Functions

System::Void ReleaseUnmanagedObject ()

Comments or suggestions? Send us feedback.