FDO API Reference Feature Data Objects

enum FdoSchemaElementState
 

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
.

Enumerator:
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 43 of file SchemaElementState.h.


Comments or suggestions? Send us feedback.