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

OSGeo::FDO::Commands::LongTransaction::IGetLongTransactionPrivilegesImp Class Reference

Inherits OSGeo::FDO::Commands::ICommandImp, and OSGeo::FDO::Commands::LongTransaction::OSGeo::FDO::Commands::LongTransaction::IGetLongTransactionPrivileges.

Inheritance diagram for OSGeo::FDO::Commands::LongTransaction::IGetLongTransactionPrivilegesImp:

[legend]
List of all members.

Detailed Description

The IGetLongTransactionPrivilegesImp class is a concrete implementation of IGetLongTransactionPrivileges. The IGetLongTransactionPrivileges interface defines the GetLongTransactionPrivileges command, which allows the user to enumerate the privileges of a long transaction established for each user. The ability to successfully execute the command might be restricted by the datastore security if the long transaction doesn’t belong to the user executing the command.


Public Member Functions

OSGeo::FDO::Commands::LongTransaction::ILongTransactionPrivilegeReaderExecute ()
 Executes the GetLongTransactionPrivileges command, returning a reference to an ILongTransactionPrivilegeReader.
__property System::String * get_LongTransactionName ()
 Gets the name of the long transaction for which privileges should be enumerated.
__property System::Void set_LongTransactionName (System::String *value)
 Sets the name of the long transaction for which privileges should be enumerated.

Member Function Documentation

OSGeo ::FDO ::Commands ::LongTransaction ::ILongTransactionPrivilegeReader* OSGeo::FDO::Commands::LongTransaction::IGetLongTransactionPrivilegesImp::Execute  ) 
 

Executes the GetLongTransactionPrivileges command, returning a reference to an ILongTransactionPrivilegeReader.

Returns:
Returns the long transaction privilege reader.

__property System::String* OSGeo::FDO::Commands::LongTransaction::IGetLongTransactionPrivilegesImp::get_LongTransactionName  ) 
 

Gets the name of the long transaction for which privileges should be enumerated.

Returns:
Returns the long transaction name

__property System::Void OSGeo::FDO::Commands::LongTransaction::IGetLongTransactionPrivilegesImp::set_LongTransactionName System::String *  value  ) 
 

Sets the name of the long transaction for which privileges should be enumerated.

Parameters:
value Input the long transaction name
Returns:
Returns nothing

Comments or suggestions? Send us feedback.