FDO API Reference Feature Data Objects
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

LongTransactionConflictResolution.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Enumerations

enum  FdoLongTransactionConflictResolution {
  FdoLongTransactionConflictResolution_Unresolved,
  FdoLongTransactionConflictResolution_Child,
  FdoLongTransactionConflictResolution_Parent
}
 The FdoLongTransactionConflictResolution enumeration defines the list of available options for resolving conflict. More...

Enumeration Type Documentation

enum FdoLongTransactionConflictResolution
 

The FdoLongTransactionConflictResolution enumeration defines the list of available options for resolving conflict.

Enumeration values:
FdoLongTransactionConflictResolution_Unresolved  Indicates that the conflict cannot be resolved.
FdoLongTransactionConflictResolution_Child  Keep the data as defined in the long transaction to be committed, overwriting the data in the long transaction's parent.
FdoLongTransactionConflictResolution_Parent  Keep the data as defined in the versions parent, discarding the data as defined in the long transaction to be committed.

Definition at line 30 of file LongTransactionConflictResolution.h.


Comments or suggestions? Send us feedback.