FDO API Reference | Feature Data Objects |
#include <IChangeLongTransactionSet.h>
Inherits FdoICommand.
Inheritance diagram for FdoIChangeLongTransactionSet:
Definition at line 38 of file IChangeLongTransactionSet.h.
Public Member Functions | |
virtual FDO_API void | Execute ()=0 |
Executes the ChangeLongTransactionSet command. | |
virtual FDO_API FdoString * | GetLongTransactionName ()=0 |
Gets the name of the long transaction to add or remove from the selection set. | |
virtual FDO_API FdoLongTransactionSetOperations | GetOperation ()=0 |
Gets the operation to perform, add, remove, or clear. | |
virtual FDO_API void | SetLongTransactionName (FdoString *value)=0 |
Sets the name of the long transaction to add or remove from the selection set. | |
virtual FDO_API void | SetOperation (FdoLongTransactionSetOperations value)=0 |
Sets the operation to perform, add, remove, or clear. | |
Friends | |
class | FdoIConnection |
|
Executes the ChangeLongTransactionSet command.
|
|
Gets the name of the long transaction to add or remove from the selection set.
|
|
Gets the operation to perform, add, remove, or clear.
|
|
Sets the name of the long transaction to add or remove from the selection set.
|
|
Sets the operation to perform, add, remove, or clear.
|
|
Reimplemented from FdoICommand. Definition at line 40 of file IChangeLongTransactionSet.h. |
Comments or suggestions? Send us feedback. |