FdoILongTransactionConflictDirectiveEnumerator Class Reference

The FdoILongTransactionConflictDirective interface is used to specify how conflict should be resolved for a particular object. More...

#include <ILTConflictDirectiveEnumerator.h>

Inherits FdoIDisposable.

List of all members.


Public Member Functions

virtual FDO_API FdoInt32 GetCount ()=0
 Returns the number of conflicts reported by this enumerator.
virtual FDO_API FdoStringGetFeatureClassName ()=0
 Gets the class name of the current feature in conflict.
virtual FDO_API
FdoPropertyValueCollection
GetIdentity ()=0
 Returns FdoPropertyValueCollection containing the property values that uniquely identify the current feature in conflict.
virtual FDO_API
FdoLongTransactionConflictResolution 
GetResolution ()=0
 Gets the FdoLongTransactionConflictResolution value to use for the current feature. The default value is FdoLongTransactionConflictResolution_Child.
virtual FDO_API bool ReadNext ()=0
 Advances the enumerator to the next conflict. The default position of the enumerator is prior to the first item. Thus, you must call ReadNext to begin accessing any data. ReadNext returns true until the end of the directives is reached. After the end of the directives is passed, subsequent calls to ReadNext return false until Reset is called.
virtual FDO_API void Reset ()=0
 Sets the enumerator to its initial position, which is before the first conflict.
virtual FDO_API void SetResolution (FdoLongTransactionConflictResolution value)=0
 Sets the FdoLongTransactionConflictResolution value to use for the current feature. The default value is FdoLongTransactionConflictResolution_Child.

Detailed Description

The FdoILongTransactionConflictDirective interface is used to specify how conflict should be resolved for a particular object.

Definition at line 32 of file ILTConflictDirectiveEnumerator.h.


The documentation for this class was generated from the following file: