Click or drag to resize

SurveyTemplateDeserializer Constructor

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 SurveyTemplateDeserializer(
	Stream objectData,
	Stream schema,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

objectData
Type: System.IOStream
A stream with SurveyTemplateML xml data.
schema
Type: System.IOStream
A stream with the SurveyTemplateML schema.
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction
See Also