mgILTConflictDirectiveEnumerator.h File Reference

Include dependency graph for mgILTConflictDirectiveEnumerator.h:

This graph shows which files directly or indirectly include 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::PropertyValueCollection
OSGeo::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 reader to the next item. The default position of the reader is prior to the first item. Thus, you must call ReadNext to begin accessing any data.
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.