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


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

IDataChanges2 Interface

Provides access to return the model type of the edits in the check-out. Note: the IDataChanges2 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
Read-only property ChangesModelType Geodabase model type, simple or full.
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.

Inherited Interfaces

Interfaces Description
IDataChanges Provides access to members that return information needed to check in or import edits.

Classes that implement IDataChanges2

Classes Description
CheckOutDataChanges The information needed to perform a check in from a check-out database.
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.

Remarks

This interface is used identify the model type of delta file or a check-out.

See the DataChangesExporter coclass for more information on delta files. A check-out is always a full model type.

See Also

DataChangesExporter Class | DataChanges Class | IExportDataChanges Interface