FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Commands::LongTransaction::ILongTransactionCheckpointReaderImp:
Public Member Functions | |
System::Void | Close () |
Closes the ILongTransactionCheckpointReader object, freeing any resources it may be holding. | |
System::String * | GetCheckpointDescription () |
Gets the description of the checkpoint currently being read. | |
System::String * | GetCheckpointName () |
Gets the name of the checkpoint currently being read. | |
System::DateTime | GetCreationDate () |
Gets the creation date of the checkpoint currently being read. | |
System::Boolean | IsActive () |
Returns true if the checkpoint currently being read is the active checkpoint. | |
System::Boolean | ReadNext () |
Advances the reader to the next item. The default position of the reader is prior to the first item. Thus, you must call ReadNext to begin accessing any data. | |
Protected Member Functions | |
System::Void | ReleaseUnmanagedObject () |
DOXYGEN-IGNORE |
|
Closes the ILongTransactionCheckpointReader object, freeing any resources it may be holding.
|
|
Gets the description of the checkpoint currently being read.
|
|
Gets the name of the checkpoint currently being read.
|
|
Gets the creation date of the checkpoint currently being read.
|
|
Returns true if the checkpoint currently being read is the active checkpoint.
|
|
Advances the reader to the next item. The default position of the reader is prior to the first item. Thus, you must call ReadNext to begin accessing any data.
|
|
DOXYGEN-IGNORE
Reimplemented from OSGeo::FDO::Runtime::Disposable. |
Comments or suggestions? Send us feedback. |