FDO .NET 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:

Go to the source code of this file.


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Commands
namespace  OSGeo::FDO::Commands::LongTransaction

Functions

__property System::Int32 OSGeo::FDO::Commands::LongTransaction::get_Count ()
 Returns the number of conflicts reported by this enumerator.
__property OSGeo::FDO::Commands::PropertyValueCollectionOSGeo::FDO::Commands::LongTransaction::get_Identity ()
 Returns PropertyValueCollection containing the property values that uniquely identify the current feature in conflict.
__property OSGeo::FDO::Commands::LongTransaction::LongTransactionConflictResolution OSGeo::FDO::Commands::LongTransaction::get_Resolution ()
 Gets the LongTransactionConflictResolution value to use for the current feature. The default value is LongTransactionConflictResolution_Child.
System::Boolean OSGeo::FDO::Commands::LongTransaction::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 OSGeo::FDO::Commands::LongTransaction::Reset ()
 Sets the enumerator to its initial position, which is before the first conflict.
__property System::Void OSGeo::FDO::Commands::LongTransaction::set_Resolution (OSGeo::FDO::Commands::LongTransaction::LongTransactionConflictResolution value)
 Sets the LongTransactionConflictResolution value to use for the current feature. The default value is LongTransactionConflictResolution_Child.

Variables

public __gc __interface OSGeo::FDO::Commands::LongTransaction::ILongTransactionConflictDirectiveEnumerator

Comments or suggestions? Send us feedback.