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
IHttpRequestsource
DataContextSourceuserId
string
Properties
BrowserInfo
public string? BrowserInfo { get; }
Property Value
IpAddress
public string? IpAddress { get; }
Property Value
Source
public DataContextSource Source { get; }
Property Value
UserId
public string? UserId { get; }