FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Commands::Locking::IGetLockedObjectsImp Class Reference
[OSGeo::FDO::Commands::Locking]

Inherits OSGeo::FDO::Commands::ICommandImp, and OSGeo::FDO::Commands::Locking::IGetLockedObjects.

Inheritance diagram for OSGeo::FDO::Commands::Locking::IGetLockedObjectsImp:

Inheritance graph
[legend]
List of all members.

Detailed Description

The IGetLockedObjectsImp class is a concrete implementation of IGetLockedObjects. The IGetLockedObjects interface defines the GetLockedObjects command, which gets a list of all objects that are currently locked by a particular user.

()

Definition at line 34 of file mgIGetLockedObjectsImp.h.


Public Member Functions

OSGeo::FDO::Commands::Locking::ILockedObjectReaderExecute ()
 Executes the GetLockedObjects command, returning an ILockedObjectReader.
__property System::String * get_LockOwner ()
 Gets the name of the user whose locked objects you want to list.
__property System::Void set_LockOwner (System::String *value)
 Sets the name of the user whose locked objects you want to list.

Comments or suggestions? Send us feedback.