Click or drag to resize

SurveyControllerDeserializeAndComputeSurveyObjectProperties 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 virtual PropertyValuesContainer DeserializeAndComputeSurveyObjectProperties(
	string surveyObjectElement,
	bool addMissingProperties = false,
	SurveyTemplate template = null
)

Parameters

surveyObjectElement
Type: SystemString
A <surveyObject>..</surveyObject> xml element.
addMissingProperties (Optional)
Type: SystemBoolean
Add properties defined on the template's objecttype which are not in the deserialized xml?
template (Optional)
Type: Omada.OE.Solution.OIM.AppLogic.SurveyFeatureSurveyTemplate
Must be specified if addMissingProperties is true. Can be null.

Return Value

Type: PropertyValuesContainer
See Also