This document is archived and information here might be outdated.  Recommended version.


IDataChanges Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > ID > IDataChanges Interface
ArcGIS Developer Help

IDataChanges Interface

Provides access to members that return information needed to check in or import edits. Note: the IDataChanges interface has been superseded by IDataChanges3. Please consider using the more recent version.

Product Availability

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

Members

Name Description
Method Extract Lists the edits in each feature class or table.
Method GetModifiedClassesInfo Returns an enumeration listing of the feature classes and tables with edits.
Read-only property ParentReplicaID ID for the replica in the parent geodatabase.
Read-only property ParentWorkspaceName Workspace of the master geodatabase.
Read-only property ReplicaGuid GUID identifying the child/parent replica pair.

Classes that implement IDataChanges

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

DataChangesExporter Class | DataChanges Class | IExportDataChanges Interface