FDO .NET API Reference | Feature Data Objects |
Namespaces | |
namespace | OSGeo |
namespace | OSGeo::FDO |
namespace | OSGeo::FDO::Commands |
namespace | OSGeo::FDO::Commands::LongTransaction |
Functions | |
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. | |
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::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. | |
System::Boolean | IsFrozen () |
Returns true if the long transaction currently being read is frozen. |
|
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.
|
|
Retrieves the description of the long transaction currently being read.
|
|
Retrieves the owner of the long transaction currently being read.
|
|
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 true if the long transaction currently being read is frozen.
|
Comments or suggestions? Send us feedback. |