FDO API Reference Feature Data Objects

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

Comments or suggestions? Send us feedback.