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

SchemaElementState.h File Reference

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

Go to the source code of this file.


Enumerations

enum  FdoSchemaElementState {
  FdoSchemaElementState_Added,
  FdoSchemaElementState_Deleted,
  FdoSchemaElementState_Detached,
  FdoSchemaElementState_Modified,
  FdoSchemaElementState_Unchanged
}
 The FdoSchemaElementState enumeration defines the current state of the schema element. More...

Enumeration Type Documentation

enum FdoSchemaElementState
 

The FdoSchemaElementState enumeration defines the current state of the schema element.

Enumeration values:
FdoSchemaElementState_Added  Indicates the schema element has been added.
FdoSchemaElementState_Deleted  Indicates the schema element is marked for deletion.
FdoSchemaElementState_Detached  Indicates the schema element is not associated with an FdoFeatureSchema.
FdoSchemaElementState_Modified  Indicates the schema element has been modified in some way.
FdoSchemaElementState_Unchanged  Indicates the schema element has not been changed.

Definition at line 29 of file SchemaElementState.h.


Comments or suggestions? Send us feedback.