Class RVUserContext

Default implementation of the IRVUserContext interface.

Inheritance
System.Object
RVUserContext
Implements
Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public class RVUserContext : Object, IRVUserContext

Constructors

RVUserContext(String)

Declaration
public RVUserContext(string userId)
Parameters
Type Name Description
System.String userId

RVUserContext(String, Dictionary<String, Object>)

Declaration
public RVUserContext(string userId, Dictionary<string, object> properties)
Parameters
Type Name Description
System.String userId
System.Collections.Generic.Dictionary<System.String, System.Object> properties

Properties

Properties

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

UserId

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

Methods

GetProperty(String)

Declaration
public object GetProperty(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Object

Implements

IRVUserContext