RecroGridContext(ILogger, HttpContext, IRGDataContext, String, String, IRGEntityKey, Boolean) Constructor

Note: This API is now obsolete.
Initializes a new instance of the RecroGridContext class.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.3.0.24.0115.1
C#
[ObsoleteAttribute("Use instead RecroGridContext([NotNull] IRGFLogger rgfLogger, [NotNull] HttpContext context, IRGDataContext dbContext = null, string version = null, string gridId = null, IRGEntityKey parentKey = null, bool fepQueue = false)")]
public RecroGridContext(
	ILogger logger,
	HttpContext context,
	IRGDataContext dbContext = null,
	string version = null,
	string gridId = null,
	IRGEntityKey parentKey = null,
	bool fepQueue = false
)

Parameters

logger  ILogger
The Logger
context  HttpContext
The context.
dbContext  IRGDataContext  (Optional)
The database context.
version  String  (Optional)
The version.
gridId  String  (Optional)
The RecroGrid identifier.
parentKey  IRGEntityKey  (Optional)
The parent key.
fepQueue  Boolean  (Optional)
if set to true [fepQueue].

See Also