FDO API Reference Feature Data Objects
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

SchemaElementNameType.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Enumerations

enum  FdoSchemaElementNameType {
  FdoSchemaElementNameType_Datastore,
  FdoSchemaElementNameType_Schema,
  FdoSchemaElementNameType_Class,
  FdoSchemaElementNameType_Property,
  FdoSchemaElementNameType_Description
}
 The FdoSchemaElementNameType enumeration lists all of the concrete schema name types defined to address schema limitation information. More...

Enumeration Type Documentation

enum FdoSchemaElementNameType
 

The FdoSchemaElementNameType enumeration lists all of the concrete schema name types defined to address schema limitation information.

Enumeration values:
FdoSchemaElementNameType_Datastore  Represents the identifier to address a data store name.
FdoSchemaElementNameType_Schema  Represents the identifier to address a schema.
FdoSchemaElementNameType_Class  Represents the identifier to address a class.
FdoSchemaElementNameType_Property  Represents the identifier to address a property.
FdoSchemaElementNameType_Description  Represents the identifier to address a description.

Definition at line 30 of file SchemaElementNameType.h.


Comments or suggestions? Send us feedback.