| InitializationArguments Constructor |
Namespace:
Omada.OE.Solution.OIM.AppLogic.SurveyFeature.PostActions
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic InitializationArguments(
int surveyId,
IDictionary<string, string> parameters,
IDictionary<string, List<string>> variables,
IDictionary<string, List<Object>> settings,
bool surveyIsCreated,
SqlConnection dbConnection,
SqlTransaction dbTransaction,
Factory factory
)
Parameters
- surveyId
- Type: SystemInt32
- parameters
- Type: System.Collections.GenericIDictionaryString, String
- variables
- Type: System.Collections.GenericIDictionaryString, ListString
- settings
- Type: System.Collections.GenericIDictionaryString, ListObject
- surveyIsCreated
- Type: SystemBoolean
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
- factory
- Type: Omada.OE.AppLogicFactory
See Also