FDO API Reference Feature Data Objects

FdoILongTransactionConflictDirectiveEnumerator Class Reference

#include <ILTConflictDirectiveEnumerator.h>

Inherits FdoIDisposable.

Inheritance diagram for FdoILongTransactionConflictDirectiveEnumerator:

Inheritance graph
[legend]
List of all members.

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.


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 FdoPropertyValueCollectionGetIdentity ()=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.

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.