FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

mgILTConflictDirectiveEnumerator.h File Reference

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::PropertyValueCollectionget_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.

Function Documentation

__property System::Int32 get_Count  ) 
 

Returns the number of conflicts reported by this enumerator.

Returns:
Returns the number of conflicts

__property OSGeo ::FDO ::Commands ::PropertyValueCollection* get_Identity  ) 
 

Returns PropertyValueCollection containing the property values that uniquely identify the current feature in conflict.

Returns:
Returns PropertyValueCollection

__property OSGeo ::FDO ::Commands ::LongTransaction ::LongTransactionConflictResolution get_Resolution  ) 
 

Gets the LongTransactionConflictResolution value to use for the current feature. The default value is LongTransactionConflictResolution_Child.

Returns:
Returns LongTransactionConflictResolution value

System::Void Reset  ) 
 

Sets the enumerator to its initial position, which is before the first conflict.

Returns:
Returns nothing

__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.

Parameters:
value Input the LongTransactionConflictResolution value
Returns:
Returns nothing

Comments or suggestions? Send us feedback.