|  | RecroGridDynTEntityOnInitNewRec Method | 
Namespace: Recrovit.RecroGridFramework
 Syntax
Syntaxprotected virtual void OnInitNewRec( ref TEntity newRec, RecroGridRGServiceParams param )
 Remarks
Remarks Examples
Examplesprotected override void OnInitNewRec(ref Person newRec, RGServiceParams param) { //IRecroGridInitNew végrehajtás base.OnInitNewRec(ref newRec, param); }
 See Also
See Also