RecroGridDynTEntityOnDataExchangeAsync Method

Loading data received from the client into the record.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.4.1.24.0708.1
C#
protected virtual Task OnDataExchangeAsync(
	TEntity dataRec,
	RgfDynamicDictionary clientData,
	RGUIMessages messages
)

Parameters

dataRec  TEntity
Original data record.
clientData  RgfDynamicDictionary
Data received from the client.
messages  RGUIMessages
The messages to be sent to the client.

Return Value

Task

Remarks

The system takes permissions into account, and only authorized fields are overridden. The method also sets the ParentKey.

See Also