Click or drag to resize
IUserContext Interface
Information about a user who is actively using the data store.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public interface IUserContext

The IUserContext type exposes the following members.

Properties
  NameDescription
Public propertyCurrentRole
Selected role for current active user
Public propertyCurrentRoles
Authorities for current active user and specified application in login.
Public propertyLocale
Currently used locale when this user accesses data.
Public propertyProperties
Get repository of contextual data.
Public propertyTransaction
Information about the virtual transaction.
Public propertyTransactions
Information about the real transactions.
Public propertyUser
Currently active user.
Top
Methods
  NameDescription
Public methodClone
Clone this user context.
Public methodIsAgreementAccepted
Check if specified agreement has been accepted by user.
Public methodStartTransaction
Start transaction.
Public methodStartTransaction(Int32)
Start transaction.
Top
See Also