This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IConflictClass Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control the conflict class.
References to the IConflictClass interface are obtained from the IEnumConflictClass enumerator. It is provided as a mechanism to work with conflicting rows from each conflict class after performing a reconcile. If IVersionEdit.Reconcile is not been called prior to getting a reference to the IEnumConflictClass enumerator, the classes will not be available.
Description | ||
---|---|---|
DeleteUpdates | The selection set of all the objects which are delete/update conflicts. | |
HasConflicts | Indicates if the conflict class contains conflicts. | |
RestoreRow | Restores the row from either the reconcile version or the prereconcile version. | |
UpdateDeletes | The selection set of all the objects which are update/delete conflicts. | |
UpdateUpdates | The selection set of all the objects which are update/update conflicts. |