Mappers

Mappers define how messages are mapped to and from the Infor Public Sector business objects. The Messaging configuration defines a default mapper for all messaging processes. You can also define mappers for specific mappings, which override the default.

Mappers are based on the IMapper interface, which supports two methods:

  • MapFrom
  • MapTo

See the CodeSamples\Code\ION folder in the Infor Public Sector Reference Guide for an example of a custom mapper.