| ResourceIntegrationMessageBuilder Constructor |
Creates an instance of Message builder
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
Syntaxpublic ResourceIntegrationMessageBuilder(
string sourceName,
string environmentId,
Factory factory,
IDataObjectIntegrationHelpers dataObjectIntegrationHelpers = null
)
Parameters
- sourceName
- Type: SystemString
Name of the source which will be appended to the data - environmentId
- Type: SystemString
Id assigned to the environment - factory
- Type: Omada.OE.AppLogicFactory
Controllers factory - dataObjectIntegrationHelpers (Optional)
- Type: Omada.OE.Solution.OIM.AppLogic.Integration.HelpersIDataObjectIntegrationHelpers
Data object helpers for integrtion
See Also