com.esri.arcgis.geodatabasedistributed
Interface esriDataChangeType

All Superinterfaces:
Serializable

public interface esriDataChangeType
extends Serializable

Types of data changes.

Remarks

The esriDataChangeType enumeration contains values that represent types of data changes. The IDataChanges::Extract method uses the esriDataChangeType enumeration to indicate the type of data changes included in the data changes object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriDataChangeTypeDelete
          Delete data changes.
static int esriDataChangeTypeInsert
          Insert data changes.
static int esriDataChangeTypeUpdate
          Update data changes.
 

Field Detail

esriDataChangeTypeInsert

static final int esriDataChangeTypeInsert
Insert data changes.

See Also:
Constant Field Values

esriDataChangeTypeUpdate

static final int esriDataChangeTypeUpdate
Update data changes.

See Also:
Constant Field Values

esriDataChangeTypeDelete

static final int esriDataChangeTypeDelete
Delete data changes.

See Also:
Constant Field Values