This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > ID > IDataChanges Interface (ArcObjects .NET 10.4 SDK) |
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.
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 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. |
The IDataChanges interface has methods to return the edited datasets and the edits that have been applied to these datasets.
DataChangesExporter Class | DataChanges Class | IExportDataChanges Interface