FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Commands::Locking::ILockConflictReaderImp:
Public Member 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. | |
System::String * | GetFeatureClassName () |
Gets the class name of the feature currently being read. | |
OSGeo::FDO::Commands::PropertyValueCollection * | GetIdentity () |
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. | |
Protected Member Functions | |
System::Void | ReleaseUnmanagedObject () |
DOXYGEN-IGNORE |
|
Closes the ILockConflictReader object, freeing any resources it may be holding.
|
|
Gets the conflict type for the conflict currently being read.
|
|
Gets the class name of the feature currently being read.
|
|
Returns an PropertyValueCollection containing the property values that uniquely identify the feature currently being read.
|
|
Gets the name of the owner who holds a lock on the feature currently being read.
|
|
Gets the name of the long transaction in which the feature currently being read is locked.
|
|
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.
|
|
DOXYGEN-IGNORE
Reimplemented from OSGeo::FDO::Runtime::Disposable. |
Comments or suggestions? Send us feedback. |