Interface IRequestContext

Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.DataLayer.dll
Syntax
public interface IRequestContext

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