FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

mgILongTransactionReader.h File Reference


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Commands
namespace  OSGeo::FDO::Commands::LongTransaction

Functions

OSGeo::FDO::Commands::LongTransaction::ILongTransactionReaderGetChildren ()
 Provides access to the direct descendent long transactions for the long transaction being currently read. The caller can use the returned reader to get to the next level of descendents if required. The returned reader is empty if there are no descendents for the long transction.
System::String * GetDescription ()
 Retrieves the description of the long transaction currently being read.
System::String * GetOwner ()
 Retrieves the owner of the long transaction currently being read.
OSGeo::FDO::Commands::LongTransaction::ILongTransactionReaderGetParents ()
 Provides access to the direct ascendant long transactions for the long transaction being currently read. The caller can use the returned reader to get to the next level of ascendants if required. The returned reader is empty if there are no ascendants for the long transaction.
System::Boolean IsFrozen ()
 Returns true if the long transaction currently being read is frozen.

Function Documentation

OSGeo ::FDO ::Commands ::LongTransaction ::ILongTransactionReader* GetChildren  ) 
 

Provides access to the direct descendent long transactions for the long transaction being currently read. The caller can use the returned reader to get to the next level of descendents if required. The returned reader is empty if there are no descendents for the long transction.

Returns:
Returns a long transaction reader with the direct descendents for the long transaction currently being read.

System::String* GetDescription  ) 
 

Retrieves the description of the long transaction currently being read.

Returns:
Returns the description of the long transaction.

System::String* GetOwner  ) 
 

Retrieves the owner of the long transaction currently being read.

Returns:
Returns the owner name.

OSGeo ::FDO ::Commands ::LongTransaction ::ILongTransactionReader* GetParents  ) 
 

Provides access to the direct ascendant long transactions for the long transaction being currently read. The caller can use the returned reader to get to the next level of ascendants if required. The returned reader is empty if there are no ascendants for the long transaction.

Returns:
Returns a long transaction reader with the direct ascendants for the long transaction currently being read.

System::Boolean IsFrozen  ) 
 

Returns true if the long transaction currently being read is frozen.

Returns:
Returns true if the long transaction is frozen.

Comments or suggestions? Send us feedback.