Click or drag to resize

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

Initializes a new instance of the RecroGridContext class.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public RecroGridContext(
	HttpContext context,
	IRGDataContext dbContext = null,
	string version = null,
	string gridId = null,
	IRGEntityKey parentKey = null,
	bool fepQueue = false
)

Parameters

context
Type: HttpContext
The context.
dbContext (Optional)
Type: Recrovit.RecroGridFramework.DataIRGDataContext
The database context.
version (Optional)
Type: SystemString
The version.
gridId (Optional)
Type: SystemString
The RecroGrid identifier.
parentKey (Optional)
Type: Recrovit.RecroGridFramework.DataIRGEntityKey
The parent key.
fepQueue (Optional)
Type: SystemBoolean
if set to true [fepQueue].
See Also