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::IActivateLongTransactionCheckpointImp Class Reference

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

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

[legend]
List of all members.

Detailed Description

The IActivateLongTransactionCheckpointImp class is a concrete implementation of IActivateLongTransactionCheckpoint. The IActivateLongTransactionCheckpoint interface defines the IActivateLongTransactionCheckpointImp command, which allows the user to activate the named checkpoint for the given long transaction. As a result, the long transaction that owns the checkpoint will be activated as well if it is not already the active long transaction. The user requires the access privilege on the long transaction for which the attempt is made to activate a checkpoint.


Public Member Functions

System::Void Execute ()
 Executes the ActivateLongTransactionCheckpoint command.
__property System::String * get_CheckpointName ()
 Gets the name of the checkpoint to be activated for the named long transaction. If the property's value is empty the system will activate the most recent checkpoint of the long transaction.
__property System::Void set_CheckpointName (System::String *value)
 Sets the name of the checkpoint to be activated for the named long transaction. If the property's value is empty the system will activate the most recent checkpoint of the long transaction.

Member Function Documentation

System::Void OSGeo::FDO::Commands::LongTransaction::IActivateLongTransactionCheckpointImp::Execute  ) 
 

Executes the ActivateLongTransactionCheckpoint command.

Returns:
Returns nothing

__property System::String* OSGeo::FDO::Commands::LongTransaction::IActivateLongTransactionCheckpointImp::get_CheckpointName  ) 
 

Gets the name of the checkpoint to be activated for the named long transaction. If the property's value is empty the system will activate the most recent checkpoint of the long transaction.

Returns:
Returns nothing

__property System::Void OSGeo::FDO::Commands::LongTransaction::IActivateLongTransactionCheckpointImp::set_CheckpointName System::String *  value  ) 
 

Sets the name of the checkpoint to be activated for the named long transaction. If the property's value is empty the system will activate the most recent checkpoint of the long transaction.

Parameters:
value Input the name of the checkpoint
Returns:
Returns nothing

Comments or suggestions? Send us feedback.