| IDataObjectIntegrationMessageBuilderFactoryGetMessageBuilder 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
SyntaxList<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:
ListIDataObjectIntegrationMessageBuildermessage builder if it is implemented for data object type. If not then null.
See Also