Table of Contents

Class DataContext

Namespace
JJMasterData.Core.DataManager.Models
Assembly
JJMasterData.Core.dll
public class DataContext
Inheritance
DataContext
Inherited Members

Constructors

DataContext()

public DataContext()

DataContext(IHttpRequest, DataContextSource, string?)

public DataContext(IHttpRequest request, DataContextSource source, string? userId)

Parameters

request IHttpRequest
source DataContextSource
userId string

Properties

BrowserInfo

public string? BrowserInfo { get; }

Property Value

string

IpAddress

public string? IpAddress { get; }

Property Value

string

Source

public DataContextSource Source { get; }

Property Value

DataContextSource

UserId

public string? UserId { get; }

Property Value

string