ArcObjects Library Reference (GeoDatabaseDistributed)  

IDataChanges Interface

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
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.

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

DataChangesExporter Class | DataChanges Class | IExportDataChanges Interface

.NET Related Topics

Copying or loading data while preserving GlobalID values