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

LongTransactionSetOperations.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Enumerations

enum  FdoLongTransactionSetOperations {
  FdoLongTransactionSetOperations_Add,
  FdoLongTransactionSetOperations_Remove,
  FdoLongTransactionSetOperations_Clear
}
 The FdoLongTransactionSetOperations enumeration defines the list of available operations that can be performed by the ChangeLongTransactionSet command. More...

Enumeration Type Documentation

enum FdoLongTransactionSetOperations
 

The FdoLongTransactionSetOperations enumeration defines the list of available operations that can be performed by the ChangeLongTransactionSet command.

Enumeration values:
FdoLongTransactionSetOperations_Add  Add the specified long transaction to the selection set.
FdoLongTransactionSetOperations_Remove  Remove the specified long transaction from the selection set.
FdoLongTransactionSetOperations_Clear  Clear the selection set.

Definition at line 30 of file LongTransactionSetOperations.h.


Comments or suggestions? Send us feedback.