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

mgICreateLongTransactionCheckpoint.h File Reference

Include dependency graph for mgICreateLongTransactionCheckpoint.h:


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Commands
namespace  OSGeo::FDO::Commands::LongTransaction

Functions

__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::Void set_CheckpointDescription (System::String *value)
 Sets the description of the checkpoint to be created for the named long transaction.

Variables

public __gc __interface ICreateLongTransactionCheckpoint

Function Documentation

__property System::String* 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* get_CheckpointName  ) 
 

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

Returns:
Returns the checkpoint name

__property System::Void 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

Variable Documentation

public __gc __interface OSGeo::FDO::Commands::LongTransaction::ICreateLongTransactionCheckpoint
 


Comments or suggestions? Send us feedback.