FdoICreateLongTransaction Class Reference
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.
More...
#include <ICreateLongTransaction.h>
Inherits FdoICommand.
List of all members.
|
Public Member Functions |
virtual FDO_API void | Execute ()=0 |
| Executes the create long transaction command.
|
virtual FDO_API FdoString * | GetDescription ()=0 |
| Gets the description of the long transaction to create as a string.
|
virtual FDO_API FdoString * | GetName ()=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 |
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.
The documentation for this class was generated from the following file: