Click or drag to resize

SurveyPostActionHandlerBaseInitializeUpdateSurveyResultProperty Method

Reads updateSurveyResultTable from arguments and stores it in _updateSurveyResultTable. If parameters in the survey template does not contain "updateSurveyResultTable" nothing happens. If it exists and its value is set to true, it will also read the values: DbConnection and DbTransaction, from arguments and store them in _dbConnection and _dbTransaction.

Namespace:  Omada.OE.Solution.OIM.Assembly.SurveyPostActions
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
protected void InitializeUpdateSurveyResultProperty(
	InitializationArguments arguments
)

Parameters

arguments
Type: Omada.OE.Solution.OIM.AppLogic.SurveyFeature.PostActionsInitializationArguments
See Also