| IntegrationMessageBuilderT, U, V, W, XGetIntegrationObjectMessages Method |
Generates integration messages from integration parameters
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
Syntaxpublic abstract W[] GetIntegrationObjectMessages(
IEnumerable<T> integrationParams
)
Parameters
- integrationParams
- Type: System.Collections.GenericIEnumerableT
list of integration objects to be converted
Return Value
Type:
Wmessages with the integration data
See Also