FDO API Reference Feature Data Objects

IChangeLongTransactionSetImp Class Reference

List of all members.

Detailed Description

The FdoIChangeLongTransactionSet interface defines the ChangeLongTransactionSet command, which allows the user to add a transaction to, remove a transaction from, or clear the long transaction selection set. Users can add or remove long transactions to the selection set for which they have access privileges. Any attempt to add a long transaction for which the user does not have the access privilege will result in a failure of the command.


Public Member Functions

System::Void Dispose ()
System::Void Execute ()
 Executes the ChangeLongTransactionSet command.
__property System::String * get_LongTransactionName ()
 Gets the name of the long transaction to add or remove from the selection set.
__property NAMESPACE_OSGEO_FDO_COMMANDS_LONGTRANSACTION::LongTransactionSetOperations get_Operation ()
 Gets the operation to perform, add, remove, or clear.
__property System::Void set_LongTransactionName (System::String *value)
 Sets the name of the long transaction to add or remove from the selection set.
__property System::Void set_Operation (NAMESPACE_OSGEO_FDO_COMMANDS_LONGTRANSACTION::LongTransactionSetOperations value)
 Sets the operation to perform, add, remove, or clear.

Comments or suggestions? Send us feedback.