Click or drag to resize

SurveyObjectWorkflowInfoDeserialize Method

Namespace:  Omada.OE.Solution.OIM.AppLogic.SurveyFeature
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static List<SurveyObjectWorkflowInfo> Deserialize(
	string xml,
	string workflowStep,
	bool isParentChildSurvey
)

Parameters

xml
Type: SystemString
Must contain a collection of 'surveyObject' elements ('surveyObject' is defined in the SurveyDataML schema). Other data contained in the xml (besides 'surveyObject' elements) are ignored.
workflowStep
Type: SystemString
isParentChildSurvey
Type: SystemBoolean
Set to true if a data source in the survey template has a value for ChildObjectRefProperty."/>

Return Value

Type: ListSurveyObjectWorkflowInfo
See Also