ArcObjects Library Reference (GeoDatabaseDistributed)  

IDataChanges2 Interface

Provides access to return the model type of the edits in the check-out. Note: the IDataChanges2 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
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.

CoClasses that implement IDataChanges2

CoClasses and Classes Description
ArchivingDataChanges
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.
ReplicationDataChanges The replicadatachanges object.
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