FDO API Reference Feature Data Objects

mgSchemaElementState.h File Reference


Enumerations

enum  SchemaElementState {
  SchemaElementState_Added = FdoSchemaElementState_Added, SchemaElementState_Deleted = FdoSchemaElementState_Deleted, SchemaElementState_Detached = FdoSchemaElementState_Detached, SchemaElementState_Modified = FdoSchemaElementState_Modified,
  SchemaElementState_Unchanged = 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.