RecroGridContext(ILogger, HttpContext, IRGDataContext, String, String, IRGEntityKey, Boolean) Constructor
Note: This API is now obsolete.
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.9.0.24.1113.1
[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].