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

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

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

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


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.

Member Function Documentation

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

Executes the create long transaction command.

Returns:
Returns nothing

__property System::String* OSGeo::FDO::Commands::LongTransaction::ICreateLongTransactionImp::get_Description  ) 
 

Gets the description of the long transaction to create as a string.

Returns:
Returns the description of the long transaction

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

Gets the name of the long transaction to create as a string.

Returns:
Returns the name of the long transaction

__property System::Void OSGeo::FDO::Commands::LongTransaction::ICreateLongTransactionImp::set_Description System::String *  value  ) 
 

Sets the description of the long transaction to create as a string.

Parameters:
value Input the description of the long transaction
Returns:
Returns nothing

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

Sets the name of the long transaction to create as a string.

Parameters:
value Input the name of the long transaction
Returns:
Returns nothing

Comments or suggestions? Send us feedback.