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

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

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

[legend]
List of all members.

Detailed Description

The IActivateLongTransactionImp class is a concrete implementation of IActivateLongTransaction. The IActivateLongTransaction interface defines the ActivateLongTransaction command, which activates a long transaction where feature manipulation and locking commands operate on it. Input to the activate long transaction command is the long transaction name. The Execute operation activates the identified long transaction if the user has access privileges for it.


Public Member Functions

System::Void Execute ()
 Executes the activate long transaction command. An exception is thrown if the long transaction does not exist or the user does not have access privileges to the long transaction.
__property System::String * get_Name ()
 Gets the name of the long transaction to activate as a string.
__property System::Void set_Name (System::String *value)
 Sets the name of the long transaction to activate as a string.

Member Function Documentation

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

Executes the activate long transaction command. An exception is thrown if the long transaction does not exist or the user does not have access privileges to the long transaction.

Returns:
Returns nothing

__property System::String* OSGeo::FDO::Commands::LongTransaction::IActivateLongTransactionImp::get_Name  ) 
 

Gets the name of the long transaction to activate as a string.

Returns:
Returns the name of the long transaction

__property System::Void OSGeo::FDO::Commands::LongTransaction::IActivateLongTransactionImp::set_Name System::String *  value  ) 
 

Sets the name of the long transaction to activate as a string.

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

Comments or suggestions? Send us feedback.