Provides access to members that get data changes from a check-out or replica.
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. | |
GenerationNumbers | Source and target generation numbers for replica. | |
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. | |
ReplicaState | The state of the replica that is the source of the data changes. |
Inherited Interfaces
Interfaces | Description |
---|---|
IDataChanges2 | Provides access to return the model type of the edits in the check-out. |
IDataChanges | Provides access to members that return information needed to check in or import edits. |
CoClasses that implement IDataChanges3
CoClasses and Classes | Description |
---|---|
ArchivingDataChanges | |
ReplicationDataChanges | The replicadatachanges object. |
Remarks
The IDataChanges3 interface has properties to return the generation numbers and replica state of the replica which is the source of the data changes. This interface is only available on the ReplicaDataChanges coclass.