Provides access to members that return information needed to check in or import edits. Note: the IDataChanges interface has been superseded byIDataChanges3. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
Extract | Lists the edits in each feature class or table. | |
GetModifiedClassesInfo | Returns an enumeration listing of the feature classes and tables with edits. | |
ParentReplicaID | ID for the replica in the parent geodatabase. | |
ParentWorkspaceName | Workspace of the master geodatabase. | |
ReplicaGuid | GUID identifying the child/parent replica pair. |
CoClasses that implement IDataChanges
CoClasses and Classes | Description |
---|---|
CheckOutDataChanges | The information needed to perform a check in from a check-out database. |
DataChanges | The edits in check-outs, modified rows in versions or edits in a delta file. |
DeltaDataChanges | The information needed to check in from a delta file or import edits from a delta file. |
TablesDataChanges | The information needed to export changes. |
VersionDataChanges | The information needed to export modified rows in versions to a delta file. |
Remarks
The IDataChanges interface has methods to return the edited datasets and the edits that have been applied to these datasets.
See Also
DataChanges Class | IExportDataChanges Interface | DataChangesExporter Class