Click or drag to resize

IExportMappingConverter Interface

Allows to convert legacy export mappings to ingestion mappings

Namespace:  Omada.OE.Model.EsAdapter
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public interface IExportMappingConverter

The IExportMappingConverter type exposes the following members.

Methods
  NameDescription
Public methodMigrateToIngestionMappings
Performs all conversion steps from legacy to ingestion portal mappings
Public methodMigrationWasMarkedAsImpossible
Checks whether migrated xml has marks that migration was not possible
Top
See Also