Click or drag to resize

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

Initializes a new instance of the RecroGridContext class.

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

Parameters

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