FDO API Reference Feature Data Objects

FdoClass Class Reference

#include <Class.h>

Inherits FdoClassDefinition.

Inheritance diagram for FdoClass:

Inheritance graph
[legend]
List of all members.

Detailed Description

The FdoClass class derives from FdoClassDefinition and can be used to represent any type of non-spatial data within a feature schema. Typically, classes are used in the feature schema to define complex properties of other feature types by containment. However, they can also be used at global scope and instances can be created, deleted, updated, and selected through FDO commands. The Class type does not pre-define any base properties.

Definition at line 36 of file Class.h.


Public Member Functions

virtual void _writeXml (FdoSchemaXmlContext *pContext)
 Serializes this class to XML.
virtual FDO_API FdoClassType GetClassType ()
 Gets the concrete class type.
virtual void InitFromXml (const FdoString *classTypeName, FdoSchemaXmlContext *pContext, FdoXmlAttributeCollection *attrs)
 Initialize this class from its XML attributes.

Static Public Member Functions

static FDO_API FdoClassCreate (FdoString *name, FdoString *description)
 Constructs an instance of an FdoClass using the specified arguments.
static FDO_API FdoClassCreate ()
 Constructs a default instance of an FdoClass.

Protected Member Functions

virtual void Dispose ()
 Dispose this object.
 FdoClass (FdoString *name, FdoString *description)
 Constructs an instance of an FdoClass using the specified arguments.
 FdoClass ()
 Constructs a default instance of an FdoClass.
virtual ~FdoClass ()

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.