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 | ||
---|---|---|
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. |
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
DataChanges Class | IExportDataChanges Interface | DataChangesExporter Class