RecroGridContext(IRecroGridContext, IRGDataContext, IRGEntityKey, String) Constructor

Initializes a new instance of the RecroGridContext class.

Definition

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

Parameters

rgContext  IRecroGridContext
The RecroGrid context.
dbContext  IRGDataContext  (Optional)
The database context.
parentKey  IRGEntityKey  (Optional)
The parent key.
version  String  (Optional)
The version.

See Also