FDO .NET API Reference Feature Data Objects

mgILongTransactionReader.h File Reference

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

Go to the source code of this file.


Namespaces

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

Functions

System::Void OSGeo::FDO::Commands::LongTransaction::Close ()
 Closes the ILongTransactionSetReader object, freeing any resources it may be holding.
OSGeo::FDO::Commands::LongTransaction::ILongTransactionReaderOSGeo::FDO::Commands::LongTransaction::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.
System::DateTime OSGeo::FDO::Commands::LongTransaction::GetCreationDate ()
 Retrieves the creation date of the long transaction currently being read.
System::String * OSGeo::FDO::Commands::LongTransaction::GetDescription ()
 Retrieves the description of the long transaction currently being read.
System::String * OSGeo::FDO::Commands::LongTransaction::GetOwner ()
 Gets the owner of the long transaction in the selection set currently being read.
OSGeo::FDO::Commands::LongTransaction::ILongTransactionReaderOSGeo::FDO::Commands::LongTransaction::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.
System::Boolean OSGeo::FDO::Commands::LongTransaction::IsActive ()
 Returns true if the long transaction currently being read is the active long transaction.
System::Boolean OSGeo::FDO::Commands::LongTransaction::IsFrozen ()
 Returns true if the long transaction currently being read is frozen.
System::Boolean OSGeo::FDO::Commands::LongTransaction::ReadNext ()
 Advances the enumerator to the next conflict. The default position of the enumerator is prior to the first item. Thus, you must call ReadNext to begin accessing any data. ReadNext returns true until the end of the directives is reached. After the end of the directives is passed, subsequent calls to ReadNext return false until Reset is called.

Variables

public __gc __interface OSGeo::FDO::Commands::LongTransaction::ILongTransactionReader

Comments or suggestions? Send us feedback.