Click or drag to resize

IntegrationMessageBuilderT, U, V, W, XGetIntegrationSurveyMessage 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
Syntax
C#
public abstract V GetIntegrationSurveyMessage(
	U surveyParams
)

Parameters

surveyParams
Type: U
integration object to be converted

Return Value

Type: V
message with the survey data
See Also