FDO .NET API Reference Feature Data Objects

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

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

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

Inheritance graph
[legend]
List of all members.

Detailed Description

The ICreateLongTransactionImp class is a concrete implementation of ICreateLongTransaction. command which creates a long transaction that is based upon the currently active long transaction. If no long transaction is active, then the long transaction is based upon the root data. Input to the create long transaction command includes a name and description for the new long transaction.

()

Definition at line 37 of file mgICreateLongTransactionImp.h.


Public Member Functions

System::Void Execute ()
 Executes the create long transaction command.
__property System::String * get_Description ()
 Gets the description of the long transaction to create as a string.
__property System::String * get_Name ()
 Gets the name of the long transaction to create as a string.
__property System::Void set_Description (System::String *value)
 Sets the description of the long transaction to create as a string.
__property System::Void set_Name (System::String *value)
 Sets the name of the long transaction to create as a string.

Comments or suggestions? Send us feedback.