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

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

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

[legend]
List of all members.

Detailed Description

The IChangeLongTransactionSetImp class is a concrete implementation of IChangeLongTransactionSet. The IChangeLongTransactionSet 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 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 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 (OSGeo::FDO::Commands::LongTransaction::LongTransactionSetOperations value)
 Sets the operation to perform, add, remove, or clear.

Member Function Documentation

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

Executes the ChangeLongTransactionSet command.

Returns:
Returns nothing

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

Gets the name of the long transaction to add or remove from the selection set.

Returns:
Returns the name of the long transaction
Remarks:
Note: This function is not required for the Clear operation.

__property OSGeo ::FDO ::Commands ::LongTransaction ::LongTransactionSetOperations OSGeo::FDO::Commands::LongTransaction::IChangeLongTransactionSetImp::get_Operation  ) 
 

Gets the operation to perform, add, remove, or clear.

Returns:
Returns the operation to perform

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

Sets the name of the long transaction to add or remove from the selection set.

Parameters:
value Input the name of the long transaction
Returns:
Returns nothing
Remarks:
Note: This function is not required for the Clear operation.

__property System::Void OSGeo::FDO::Commands::LongTransaction::IChangeLongTransactionSetImp::set_Operation OSGeo::FDO::Commands::LongTransaction::LongTransactionSetOperations  value  ) 
 

Sets the operation to perform, add, remove, or clear.

Parameters:
value Input the operation to perform
Returns:
Returns nothing

Comments or suggestions? Send us feedback.