Click or drag to resize

RecertificationMessageBuilderGetIntegrationObjectMessages Method

Generates recertification messages from recertifiation 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 override RecertificationMessage[] GetIntegrationObjectMessages(
	IEnumerable<RecertificationIntegrationParams> recertifications
)

Parameters

recertifications
Type: System.Collections.GenericIEnumerableRecertificationIntegrationParams
list of recertification objects to be converted

Return Value

Type: RecertificationMessage
RecertificationMessage messages with the recertification data
See Also