Click or drag to resize

RGFormViewModel Constructor

Initializes a new instance of the RGFormViewModel class.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public RGFormViewModel(
	RecroGrid recroGrid,
	RecroGridRGProperty rgProperty,
	RecroGridRGEntity rgEntity,
	IRGDataRec dataRec,
	RecroGridTemplateParams param
)

Parameters

recroGrid
Type: Recrovit.RecroGridFrameworkRecroGrid
The RecroGrid.
rgProperty
Type: Recrovit.RecroGridFrameworkRecroGridRGProperty
The RGProperty.
rgEntity
Type: Recrovit.RecroGridFrameworkRecroGridRGEntity
The Entity.
dataRec
Type: Recrovit.RecroGridFramework.DataIRGDataRec
The data record.
param
Type: Recrovit.RecroGridFrameworkRecroGridTemplateParams
The parameter values.
See Also