RGFormViewModel Constructor

Initializes a new instance of the RGFormViewModel class.

Definition

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

Parameters

recroGrid  RecroGrid
The RecroGrid.
rgProperty  RecroGridRGProperty
The RGProperty.
rgEntity  RecroGridRGEntity
The Entity.
dataRec  IRGDataRec
The data record.
param  RecroGridTemplateParams
The parameter values.

See Also