Interface IRVUserContext

An interface used to identify the user, related to a particular call to the methods of Reveal.Sdk.IRVDashboardProvider, , and other providers. You can store some user specific data in the Properties like user's permission that you want to use in some of the providers listed above. You can use RVUserContext as a default implementation.

Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public interface IRVUserContext

Properties

Properties

Declaration
Dictionary<string, object> Properties { get; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>

UserId

Declaration
string UserId { get; }
Property Value
Type Description
System.String