FdoClass Class Reference

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. More...

#include <Class.h>

Inherits FdoClassDefinition.

List of all members.


Public Member Functions

virtual FDO_API FdoClassType GetClassType ()
 Gets the concrete class type.

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.

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.


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