FDO API Reference | Feature Data Objects |
#include <ICreateLongTransaction.h>
Inherits FdoICommand.
Inheritance diagram for FdoICreateLongTransaction:
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 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 |
|
Executes the create long transaction command.
|
|
Gets the description of the long transaction to create as a string.
|
|
Gets the name of the long transaction to create as a string.
|
|
Sets the description of the long transaction to create as a string.
|
|
Sets the name of the long transaction to create as a string.
|
|
Reimplemented from FdoICommand. Definition at line 39 of file ICreateLongTransaction.h. |
Comments or suggestions? Send us feedback. |