Click or drag to resize

SurveySerializer 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 SurveySerializer(
	SerializerMode mode,
	SurveyTemplate surveyTemplate,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

mode
Type: Omada.OE.Solution.OIM.AppLogic.SurveyFeatureSerializerMode
surveyTemplate
Type: Omada.OE.Solution.OIM.AppLogic.SurveyFeatureSurveyTemplate
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction
See Also