Use this interface to perform custom mapping if required. The class InfigoFieldMapping would be sufficient for most situations. If you require custom mapping, you can use this interface. Please note that using a custom mapping might be slower in performance.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public interface IInfigoMapping
Visual Basic (Declaration)
Public Interface IInfigoMapping
Visual C++
public interface class IInfigoMapping

See Also