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

FdoIChangeLongTransactionSet Class Reference

#include <IChangeLongTransactionSet.h>

Inherits FdoICommand.

Inheritance diagram for FdoIChangeLongTransactionSet:

[legend]
List of all members.

Detailed Description

The FdoIChangeLongTransactionSet interface defines the ChangeLongTransactionSet command, which allows the user to add a transaction to, remove a transaction from, or clear the long transaction selection set. Users can add or remove long transactions to the selection set for which they have access privileges. Any attempt to add a long transaction for which the user does not have the access privilege will result in a failure of the command.

Definition at line 38 of file IChangeLongTransactionSet.h.


Public Member Functions

virtual FDO_API void Execute ()=0
 Executes the ChangeLongTransactionSet command.
virtual FDO_API FdoStringGetLongTransactionName ()=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

Member Function Documentation

virtual FDO_API void FdoIChangeLongTransactionSet::Execute  )  [pure virtual]
 

Executes the ChangeLongTransactionSet command.

Returns:
Returns nothing

virtual FDO_API FdoString* FdoIChangeLongTransactionSet::GetLongTransactionName  )  [pure virtual]
 

Gets the name of the long transaction to add or remove from the selection set.

Returns:
Returns the name of the long transaction
Note:
This function is not required for the Clear operation.

virtual FDO_API FdoLongTransactionSetOperations FdoIChangeLongTransactionSet::GetOperation  )  [pure virtual]
 

Gets the operation to perform, add, remove, or clear.

Returns:
Returns the operation to perform

virtual FDO_API void FdoIChangeLongTransactionSet::SetLongTransactionName FdoString value  )  [pure virtual]
 

Sets the name of the long transaction to add or remove from the selection set.

Parameters:
value Input the name of the long transaction
Returns:
Returns nothing
Note:
This function is not required for the Clear operation.

virtual FDO_API void FdoIChangeLongTransactionSet::SetOperation FdoLongTransactionSetOperations  value  )  [pure virtual]
 

Sets the operation to perform, add, remove, or clear.

Parameters:
value Input the operation to perform
Returns:
Returns nothing

Friends And Related Function Documentation

friend class FdoIConnection [friend]
 

Reimplemented from FdoICommand.

Definition at line 40 of file IChangeLongTransactionSet.h.


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