FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Commands::LongTransaction::IGetLongTransactionsImp Class Reference
[OSGeo::FDO::Commands::LongTransaction]

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

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

Inheritance graph
[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.

()

Definition at line 36 of file mgIGetLongTransactionsImp.h.


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.

Comments or suggestions? Send us feedback.