| 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
Syntaxpublic override RecertificationMessage[] GetIntegrationObjectMessages(
IEnumerable<RecertificationIntegrationParams> recertifications
)
Parameters
- recertifications
- Type: System.Collections.GenericIEnumerableRecertificationIntegrationParams
list of recertification objects to be converted
Return Value
Type:
RecertificationMessageRecertificationMessage messages with the recertification data
See Also