Click or drag to resize

DataObjectIntegrationEventHandler Constructor (IDataObjectIntegrationMessageBuilderFactory, IDataObjectIntegrationUploader)

Create event handler for data object with injected implementation of message builder factory, for test purpose

Namespace:  Omada.OE.Solution.OIM.Assembly.Integration
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public DataObjectIntegrationEventHandler(
	IDataObjectIntegrationMessageBuilderFactory factory,
	IDataObjectIntegrationUploader uploader
)

Parameters

factory
Type: Omada.OE.Solution.OIM.AppLogic.Integration.DataObjectIntegrationMessageBuildersIDataObjectIntegrationMessageBuilderFactory
Factory for creating message builders
uploader
Type: Omada.OE.Solution.OIM.AppLogic.IntegrationIDataObjectIntegrationUploader
Uploader for sending messages
See Also