Click or drag to resize

SurveyPostActionHandlerBaseApplyPropertyChanges Method

Apply the changes made in the survey to the resource assignment data object

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 ApplyPropertyChanges(
	ActionArguments arguments,
	DataObject dataObject
)

Parameters

arguments
Type: Omada.OE.Solution.OIM.AppLogic.SurveyFeature.PostActionsActionArguments
dataObject
Type: Omada.OE.ModelDataObject
See Also