FDO API Reference Feature Data Objects

mgILTConflictDirectiveEnumerator.h File Reference

Include dependency graph for mgILTConflictDirectiveEnumerator.h:

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


Functions

__property System::Int32 get_Count ()
 Returns the number of conflicts reported by this enumerator.
__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.

Variables

END_NAMESPACE_OSGEO_FDO_COMMANDS
BEGIN_NAMESPACE_OSGEO_FDO_COMMANDS_LONGTRANSACTION
public __gc __interface 
ILongTransactionConflictDirectiveEnumerator
 The FdoILongTransactionConflictDirective interface is used to specify how conflict should be resolved for a particular object.

Comments or suggestions? Send us feedback.