FDO API Reference Feature Data Objects

ILongTransactionConflictDirectiveEnumeratorImp Class Reference

List of all members.

Detailed Description

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


Public Member Functions

__property System::Int32 get_Count ()
 Returns the number of conflicts reported by this enumerator.
__property System::String * get_FeatureClassName ()
 Gets the class name of the current feature in conflict.
__property NAMESPACE_OSGEO_FDO_COMMANDS::PropertyValueCollection * get_Identity ()
 Returns FdoPropertyValueCollection containing the property values that uniquely identify the current feature in conflict.
__property NAMESPACE_OSGEO_FDO_COMMANDS_LONGTRANSACTION::LongTransactionConflictResolution get_Resolution ()
 Gets the FdoLongTransactionConflictResolution value to use for the current feature. The default value is FdoLongTransactionConflictResolution_Child.
System::Boolean ReadNext ()
 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.
System::Void Reset ()
 Sets the enumerator to its initial position, which is before the first conflict.
__property System::Void set_Resolution (NAMESPACE_OSGEO_FDO_COMMANDS_LONGTRANSACTION::LongTransactionConflictResolution value)
 Sets the FdoLongTransactionConflictResolution value to use for the current feature. The default value is FdoLongTransactionConflictResolution_Child.

Protected Member Functions

__sealed System::Void Dispose (System::Boolean disposing)

Comments or suggestions? Send us feedback.