This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > ID > IDataChanges2 Interface (ArcObjects .NET 10.4 SDK) |
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.
Description | ||
---|---|---|
ChangesModelType | Geodabase model type, simple or full. | |
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. |
Interfaces | Description |
---|---|
IDataChanges | Provides access to members that return information needed to check in or import edits. |
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. |
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.
DataChangesExporter Class | DataChanges Class | IExportDataChanges Interface