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

mgILockConflictReader.h File Reference

Include dependency graph for mgILockConflictReader.h:


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Commands
namespace  OSGeo::FDO::Commands::Locking

Functions

System::Void Close ()
 Closes the ILockConflictReader object, freeing any resources it may be holding.
OSGeo::FDO::Commands::Locking::ConflictType GetConflictType ()
 Gets the conflict type for the conflict currently being read.
OSGeo::FDO::Commands::PropertyValueCollectionGetIdentity ()
 Returns an PropertyValueCollection containing the property values that uniquely identify the feature currently being read.
System::String * GetLockOwner ()
 Gets the name of the owner who holds a lock on the feature currently being read.
System::String * GetLongTransaction ()
 Gets the name of the long transaction in which the feature currently being read is locked.
System::Boolean 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.

Function Documentation

System::Void Close  ) 
 

Closes the ILockConflictReader object, freeing any resources it may be holding.

Returns:
Returns nothing

OSGeo ::FDO ::Commands ::Locking ::ConflictType GetConflictType  ) 
 

Gets the conflict type for the conflict currently being read.

Returns:
Returns the conflict type for the conflict currently being read.

OSGeo ::FDO ::Commands ::PropertyValueCollection* GetIdentity  ) 
 

Returns an PropertyValueCollection containing the property values that uniquely identify the feature currently being read.

Returns:
Returns the property collection identifying the feature.

System::String* GetLockOwner  ) 
 

Gets the name of the owner who holds a lock on the feature currently being read.

Returns:
Returns the name of the owner

System::String* GetLongTransaction  ) 
 

Gets the name of the long transaction in which the feature currently being read is locked.

Returns:
Returns the name of the long transaction in which the feature currently being read is locked.

System::Boolean 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.

Returns:
Returns true if there is a next item.

Comments or suggestions? Send us feedback.