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

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

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

[legend]
List of all members.

Detailed Description

The IGetLongTransactionsImp class is a concrete implementation of IGetLongTransactions. The IGetLongTransactions interface defines the GetLongTransactions command. It allows a user to retrieve long transaction information for all or a specific long transaction. The command returns a ILongTransactionReader object enumerating the identified long transactions.


Public Member Functions

OSGeo::FDO::Commands::LongTransaction::ILongTransactionReaderExecute ()
 Executes the GetLongTransactions command returning a reference to an ILongTransactionReader.
__property System::String * get_Name ()
 Gets the currently set name of the long transaction for which the long transaction information should be retrieved. If the property is not set, the function returns a NULL pointer.
__property System::Void set_Name (System::String *value)
 Sets the name of the long transaction for which information should be retrieved. The function can also be used to nullify the property by using a NULL pointer as the function's parameter. If the the property is not set, the function returns information for all available long transactions.

Member Function Documentation

OSGeo ::FDO ::Commands ::LongTransaction ::ILongTransactionReader* OSGeo::FDO::Commands::LongTransaction::IGetLongTransactionsImp::Execute  ) 
 

Executes the GetLongTransactions command returning a reference to an ILongTransactionReader.

Returns:
Returns a long transaction reader

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

Gets the currently set name of the long transaction for which the long transaction information should be retrieved. If the property is not set, the function returns a NULL pointer.

Returns:
Returns a long transaction name.

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

Sets the name of the long transaction for which information should be retrieved. The function can also be used to nullify the property by using a NULL pointer as the function's parameter. If the the property is not set, the function returns information for all available long transactions.

Returns:
Returns nothing

Comments or suggestions? Send us feedback.