Click or drag to resize

RecroGridContext Constructor (IRecroGridContext, IRGDataContext, IRGEntityKey, String)

Initializes a new instance of the RecroGridContext class.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public RecroGridContext(
	IRecroGridContext rgContext,
	IRGDataContext dbContext = null,
	IRGEntityKey parentKey = null,
	string version = null
)

Parameters

rgContext
Type: Recrovit.RecroGridFrameworkIRecroGridContext
The RecroGrid context.
dbContext (Optional)
Type: Recrovit.RecroGridFramework.DataIRGDataContext
The database context.
parentKey (Optional)
Type: Recrovit.RecroGridFramework.DataIRGEntityKey
The parent key.
version (Optional)
Type: SystemString
The version.
See Also