Click or drag to resize

SurveyIntegrationController Constructor (IControllerFactory, SurveyIntegrationUploader)

Creates instance of controller for specific factory

Namespace:  Omada.OE.Solution.OIM.AppLogic.Integration
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public SurveyIntegrationController(
	IControllerFactory factory,
	SurveyIntegrationUploader uploader
)

Parameters

factory
Type: Omada.OE.AppLogicIControllerFactory
Factory for creating controllers
uploader
Type: Omada.OE.Solution.OIM.AppLogic.IntegrationSurveyIntegrationUploader
Instance of survey uploader class sending the surveys to integration components
See Also