RecroGridDynTEntityOnDataExchangeAsync Method

Loading data received from the client into the record.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.1.0.23.1204.1+9d8b98a22c49d038b4e3323bfe56aa1d0eabe7ae
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

[Missing <returns> documentation for "M:Recrovit.RecroGridFramework.RecroGridDyn`1.OnDataExchangeAsync(`0,Recrovit.RecroGridFramework.Abstraction.Models.RgfDynamicDictionary,Recrovit.RecroGridFramework.RGUIMessages)"]

Remarks

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

See Also