Click or drag to resize

DataObjectIntegrationMessageBuilderFactoryGetMessageBuilder Method

Method for creating data object integration message builders

Namespace:  Omada.OE.Solution.OIM.AppLogic.Integration.DataObjectIntegrationMessageBuilders
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public List<IDataObjectIntegrationMessageBuilder> GetMessageBuilder(
	int dataObjectTypeId,
	string environment,
	string sourceName,
	Factory factory
)

Parameters

dataObjectTypeId
Type: SystemInt32
object type guid
environment
Type: SystemString
environment name
sourceName
Type: SystemString
source name
factory
Type: Omada.OE.AppLogicFactory
Controllers factory

Return Value

Type: ListIDataObjectIntegrationMessageBuilder
message builder if it is implemented for data object type. If not then null.

Implements

IDataObjectIntegrationMessageBuilderFactoryGetMessageBuilder(Int32, String, String, Factory)
See Also