FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Commands::LongTransaction::ILongTransactionPrivilegeReaderImp:
Public Member Functions | |
System::Void | Close () |
Closes the ILongTransactionPrivilegesReader object, freeing any resources it may be holding. | |
System::Int32 | GetPrivileges () |
Gets the privileges granted to the user currently being read. The returned value may be any combination of the values from the LongTransactionPrivileges enumeration combined via a bit-wise or operation. | |
System::String * | GetUsername () |
Gets the name of the user currently being read. | |
System::Boolean | ReadNext () |
Advances the reader to the next item. The default position of the reader is prior to the first item. Therefore you must call ReadNext to begin accessing any data. | |
Protected Member Functions | |
__sealed System::Void | ReleaseUnmanagedObject () |
DOXYGEN-IGNORE |
|
Closes the ILongTransactionPrivilegesReader object, freeing any resources it may be holding.
|
|
Gets the privileges granted to the user currently being read. The returned value may be any combination of the values from the LongTransactionPrivileges enumeration combined via a bit-wise or operation.
|
|
Gets the name of the user currently being read.
|
|
Advances the reader to the next item. The default position of the reader is prior to the first item. Therefore you must call ReadNext to begin accessing any data.
|
|
DOXYGEN-IGNORE
Reimplemented from OSGeo::FDO::Runtime::Disposable. |
Comments or suggestions? Send us feedback. |