FdoPropertyDefinition Class Reference

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

#include <PropertyDefinition.h>

Inherits FdoSchemaElement.

Inherited by FdoAssociationPropertyDefinition, FdoDataPropertyDefinition, FdoGeometricPropertyDefinition, FdoObjectPropertyDefinition, FdoRasterPropertyDefinition, and FdoTopoFeaturePropertyDefinition.

List of all members.


Public Member Functions

virtual FDO_API bool GetIsSystem ()
 Returns a Boolean value that indicates if this is a system generated property.
virtual FDO_API FdoPropertyType GetPropertyType ()=0
 Abstract operation that must be implemented by derived classes to return the concrete property type.
virtual FDO_API FdoStringP GetQualifiedName ()
 Gets the fully qualified name of this property.
virtual FDO_API void SetIsSystem (bool 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.

Detailed Description

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

Definition at line 33 of file PropertyDefinition.h.


The documentation for this class was generated from the following file: