FDO .NET API Reference | Feature Data Objects |
Include dependency graph for mgILTConflictDirectiveEnumerator.h:
Namespaces | |
namespace | OSGeo |
namespace | OSGeo::FDO |
namespace | OSGeo::FDO::Commands |
namespace | OSGeo::FDO::Commands::LongTransaction |
Functions | |
__property System::Int32 | get_Count () |
Returns the number of conflicts reported by this enumerator. | |
__property OSGeo::FDO::Commands::PropertyValueCollection * | get_Identity () |
Returns PropertyValueCollection containing the property values that uniquely identify the current feature in conflict. | |
__property OSGeo::FDO::Commands::LongTransaction::LongTransactionConflictResolution | get_Resolution () |
Gets the LongTransactionConflictResolution value to use for the current feature. The default value is LongTransactionConflictResolution_Child. | |
System::Void | Reset () |
Sets the enumerator to its initial position, which is before the first conflict. | |
__property System::Void | set_Resolution (OSGeo::FDO::Commands::LongTransaction::LongTransactionConflictResolution value) |
Sets the LongTransactionConflictResolution value to use for the current feature. The default value is LongTransactionConflictResolution_Child. |
|
Returns the number of conflicts reported by this enumerator.
|
|
Returns PropertyValueCollection containing the property values that uniquely identify the current feature in conflict.
|
|
Gets the LongTransactionConflictResolution value to use for the current feature. The default value is LongTransactionConflictResolution_Child.
|
|
Sets the enumerator to its initial position, which is before the first conflict.
|
|
Sets the LongTransactionConflictResolution value to use for the current feature. The default value is LongTransactionConflictResolution_Child.
|
Comments or suggestions? Send us feedback. |