Click or drag to resize

ShadowDataObjectControllerUpdateSurveyObject Method

Updates survey object from its shadow object.

Namespace:  Omada.OE.Solution.OIM.Assembly.AppLogic.ShadowObjects
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public void UpdateSurveyObject(
	DataObject shadowSurveyObject,
	Dictionary<string, Object> propertiesValues
)

Parameters

shadowSurveyObject
Type: Omada.OE.ModelDataObject
The shadow data object created from survey object.
propertiesValues
Type: System.Collections.GenericDictionaryString, Object
The properties values.
See Also