FDO API Reference Feature Data Objects

PropertyDefinition Class Reference

List of all members.

Detailed Description

FdoPropertyDefinition is an abstract class that derives from FdoSchemaElement. FdoPropertyDefinition is the base class of FdoDataPropertyDefinition, FdoGeometricPropertyDefinition, and FdoObjectPropertyDefinition.


Public Member Functions

__property System::Boolean get_IsSystem ()
 Returns a Boolean value that indicates if this is a system generated property.
__property NAMESPACE_OSGEO_FDO_SCHEMA::PropertyType get_PropertyType ()
 Abstract operation that must be implemented by derived classes to return the concrete property type.
__property System::String * get_QualifiedName ()
 Gets the fully qualified name of this property.
 PropertyDefinition (System::IntPtr unmanaged, System::Boolean autoDelete)
__property System::Void set_IsSystem (System::Boolean value)
 Sets whether this is a system property. This function must only be called by an FDO Provider. Typically, it would be called by the DescribeSchema command implementation.

Comments or suggestions? Send us feedback.