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::LongTransaction::IGetLongTransactionCheckpointsImp Class Reference

Inherits OSGeo::FDO::Commands::ICommandImp, and OSGeo::FDO::Commands::LongTransaction::OSGeo::FDO::Commands::LongTransaction::IGetLongTransactionCheckpoints.

Inheritance diagram for OSGeo::FDO::Commands::LongTransaction::IGetLongTransactionCheckpointsImp:

[legend]
List of all members.

Detailed Description

The IGetLongTransactionCheckpointsImp class is a concrete implementation of IGetLongTransactionCheckpoints. The IGetLongTransactionCheckpoints interface defines the GetLongTransactionCheckpoints command, which allows the user to enumerate the checkpoints for a given long transaction. To execute the operation, the user must have access privilege to the long transaction.


Public Member Functions

OSGeo::FDO::Commands::LongTransaction::ILongTransactionCheckpointReaderExecute ()
 Executes the get long transaction checkpoints command, returning a reference to an ILongTransactionCheckpointReader.
__property System::String * get_LongTransactionName ()
 Gets the name of the long transaction for which to get the checkpoints.
__property System::Void set_LongTransactionName (System::String *value)
 Sets the name of the long transaction for which to get the checkpoints.

Member Function Documentation

OSGeo ::FDO ::Commands ::LongTransaction ::ILongTransactionCheckpointReader* OSGeo::FDO::Commands::LongTransaction::IGetLongTransactionCheckpointsImp::Execute  ) 
 

Executes the get long transaction checkpoints command, returning a reference to an ILongTransactionCheckpointReader.

Returns:
Returns nothing

__property System::String* OSGeo::FDO::Commands::LongTransaction::IGetLongTransactionCheckpointsImp::get_LongTransactionName  ) 
 

Gets the name of the long transaction for which to get the checkpoints.

Returns:
Returns nothing

__property System::Void OSGeo::FDO::Commands::LongTransaction::IGetLongTransactionCheckpointsImp::set_LongTransactionName System::String *  value  ) 
 

Sets the name of the long transaction for which to get the checkpoints.

Parameters:
value Input the name of the long transaction
Returns:
Returns nothing

Comments or suggestions? Send us feedback.