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

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

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

[legend]
List of all members.

Detailed Description

The ICreateLongTransactionCheckpointImp class is a concrete implementation of ICreateLongTransactionCheckpoint. The ICreateLongTransactionCheckpoint interface defines the CreateLongTransactionCheckpoint command, which allows the user to create a checkpoint for any long transaction to which the user has the access privileges.


Public Member Functions

System::Void Execute ()
 Executes the CreateLongTransactionCheckpoint command.
__property System::String * get_CheckpointDescription ()
 Gets the description of the checkpoint to be created for the named long transaction.
__property System::String * get_CheckpointName ()
 Gets the name of the checkpoint to be created for the named long transaction.
__property System::String * get_LongTransactionName ()
 Gets the name of the long transaction for which a checkpoint should be created.
__property System::Void set_CheckpointDescription (System::String *value)
 Sets the description of the checkpoint to be created for the named long transaction.
__property System::Void set_CheckpointName (System::String *value)
 Sets the name of the checkpoint to be created for the named long transaction.
__property System::Void set_LongTransactionName (System::String *value)
 Sets the name of the long transaction for which a checkpoint should be created.

Member Function Documentation

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

Executes the CreateLongTransactionCheckpoint command.

Returns:
Returns nothing

__property System::String* OSGeo::FDO::Commands::LongTransaction::ICreateLongTransactionCheckpointImp::get_CheckpointDescription  ) 
 

Gets the description of the checkpoint to be created for the named long transaction.

Returns:
Returns the description of the checkpoint

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

Gets the name of the checkpoint to be created for the named long transaction.

Returns:
Returns the checkpoint name

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

Gets the name of the long transaction for which a checkpoint should be created.

Returns:
Returns the long transaction name

__property System::Void OSGeo::FDO::Commands::LongTransaction::ICreateLongTransactionCheckpointImp::set_CheckpointDescription System::String *  value  ) 
 

Sets the description of the checkpoint to be created for the named long transaction.

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

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

Sets the name of the checkpoint to be created for the named long transaction.

Parameters:
value Input the checkpoint name
Returns:
Returns nothing

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

Sets the name of the long transaction for which a checkpoint should be created.

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

Comments or suggestions? Send us feedback.