| FDO .NET API Reference | Feature Data Objects |
Include dependency graph for mgILockedObjectReader.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | OSGeo |
| namespace | OSGeo::FDO |
| namespace | OSGeo::FDO::Commands |
| namespace | OSGeo::FDO::Commands::Locking |
Functions | |
| System::Void | OSGeo::FDO::Commands::Locking::Close () |
| Closes the ILockOwnersReader object, freeing any resources it may be holding. | |
| OSGeo::FDO::Commands::PropertyValueCollection * | OSGeo::FDO::Commands::Locking::GetIdentity () |
| Gets an PropertyValueCollection containing the property values that uniquely identify the feature currently being read. | |
| System::String * | OSGeo::FDO::Commands::Locking::GetLockOwner () |
| Gets the name of user who holds the lock on the feature currently being read. | |
| OSGeo::FDO::Commands::Locking::LockType | OSGeo::FDO::Commands::Locking::GetLockType () |
| Gets the type of the lock held on the feature currently being read. | |
| System::String * | OSGeo::FDO::Commands::Locking::GetLongTransaction () |
| Gets the name of the long transaction in which the feature currently being read is locked. | |
| System::Boolean | OSGeo::FDO::Commands::Locking::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. | |
Variables | |
| public __gc __interface | OSGeo::FDO::Commands::Locking::ILockedObjectReader |
| Comments or suggestions? Send us feedback. |