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

OSGeo::FDO::Commands::Locking::IGetLockInfoImp Class Reference

Inherits OSGeo::FDO::Commands::IFeatureCommandImp, and OSGeo::FDO::Commands::Locking::OSGeo::FDO::Commands::Locking::IGetLockInfo.

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

[legend]
List of all members.

Detailed Description

The IGetLockInfoImp class is a concrete implementation of IGetLockedObjects. The IGetLockInfo interface defines the GetLockInfo command, which gets a lock information for the feature instances of a given class that match the specified filter. If the filter is empty, all feature instances of the given class are selected.


Public Member Functions

OSGeo::FDO::Commands::Locking::ILockedObjectReaderExecute ()
 Executes the GetLockInfo command, returning an ILockedObjectReader.
FdoIGetLockInfo * GetImpObj ()
 IGetLockInfoImp (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs an IGetLockInfoImp managed object based on an unmanaged instance of the object.

Constructor & Destructor Documentation

OSGeo::FDO::Commands::Locking::IGetLockInfoImp::IGetLockInfoImp System::IntPtr  unmanaged,
System::Boolean  autoDelete
[inline]
 

Constructs an IGetLockInfoImp managed object based on an unmanaged instance of the object.

Parameters:
unmanaged Input A Pointer to the unmanaged object.
autoDelete Input Indicates if the constructed object should be automatically deleted once it no longer referenced.

Member Function Documentation

OSGeo ::FDO ::Commands ::Locking ::ILockedObjectReader* OSGeo::FDO::Commands::Locking::IGetLockInfoImp::Execute  ) 
 

Executes the GetLockInfo command, returning an ILockedObjectReader.

Returns:
Returns a locked object reader.

FdoIGetLockInfo* OSGeo::FDO::Commands::Locking::IGetLockInfoImp::GetImpObj  )  [inline]
 

Reimplemented from OSGeo::FDO::Commands::IFeatureCommandImp.


Comments or suggestions? Send us feedback.