FDO API Reference Feature Data Objects

FdoICreateLongTransaction Class Reference

#include <ICreateLongTransaction.h>

Inherits FdoICommand.

Inheritance diagram for FdoICreateLongTransaction:

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

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