Click or drag to resize

SurveyObjectWorkflowInfoDeserializeSingleSurveyObjectXml Method

Deserialize a single survey object from XML retrieved from tblSurveyObject

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 SurveyObjectWorkflowInfo DeserializeSingleSurveyObjectXml(
	string surveyObjectXml,
	string workflowStep,
	DateTime routeTime,
	bool isParentChildSurvey
)

Parameters

surveyObjectXml
Type: SystemString
Must contain a single 'surveyObject' elements ('surveyObject' is defined in the SurveyDataML schema). Other data contained in the xml (besides 'surveyObject' elements) are ignored.
workflowStep
Type: SystemString
routeTime
Type: SystemDateTime
Denotes the time when the question was routed to its current step or when it was completed.
isParentChildSurvey
Type: SystemBoolean
Set to true if a data source in the survey template has a value for ChildObjectRefProperty."/>

Return Value

Type: SurveyObjectWorkflowInfo
See Also