FDO API Reference Feature Data Objects
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

FdoICreateLongTransaction Class Reference

#include <ICreateLongTransaction.h>

Inherits FdoICommand.

Inheritance diagram for FdoICreateLongTransaction:

[legend]
List of all members.

Detailed Description

The FdoICreateLongTransaction interface defines the CreateLongTransaction 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 ICreateLongTransaction.h.


Public Member Functions

virtual FDO_API void Execute ()=0
 Executes the create long transaction command.
virtual FDO_API FdoStringGetDescription ()=0
 Gets the description of the long transaction to create as a string.
virtual FDO_API FdoStringGetName ()=0
 Gets the name of the long transaction to create as a string.
virtual FDO_API void SetDescription (FdoString *value)=0
 Sets the description of the long transaction to create as a string.
virtual FDO_API void SetName (FdoString *value)=0
 Sets the name of the long transaction to create as a string.

Friends

class FdoIConnection

Member Function Documentation

virtual FDO_API void FdoICreateLongTransaction::Execute  )  [pure virtual]
 

Executes the create long transaction command.

Returns:
Returns nothing

virtual FDO_API FdoString* FdoICreateLongTransaction::GetDescription  )  [pure virtual]
 

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

Returns:
Returns the description of the long transaction

virtual FDO_API FdoString* FdoICreateLongTransaction::GetName  )  [pure virtual]
 

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

Returns:
Returns the name of the long transaction

virtual FDO_API void FdoICreateLongTransaction::SetDescription FdoString value  )  [pure virtual]
 

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

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

virtual FDO_API void FdoICreateLongTransaction::SetName FdoString value  )  [pure virtual]
 

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

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

Friends And Related Function Documentation

friend class FdoIConnection [friend]
 

Reimplemented from FdoICommand.

Definition at line 39 of file ICreateLongTransaction.h.


The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.