Namespace LemonEdge.Entities.Processors.Importing
Classes
ColumnMapping
A class implementation of IDataMappingPropertyBase used for providing mappings for importing data with
See https://web.lemonedge.com/help/data-mapping-properties-view/ for more information
CSVImporter
A class designed to import data from a given csv format with the use of IDataMappingBase for mappings of the file format/etc
CSVImporter.MappedColumnData
A class holding a single cell of data to be imported for a specific row (CSVImporter.MappedData) and column
CSVImporter.MappedData
A class holding a line of data being imported from the file
DataMapping
An implementation of IDataMappingBase used for providing mappings for importing data with
See https://web.lemonedge.com/help/data-mappings/ for more information
ImporterFormulaContext
The context used for evaluating formulas against OverrideValueFormula
ImportLineResultInfo
A class holding the details of an item that has been imported by the system
XMLImporter
A class designed to import xml files generated by the LemonEdge system itself for exportable entities, such as ISQLWrapper
Interfaces
IFormulaImporterContext
The context used for evaluating formulas against OverrideValueFormula
Enums
ImportResultAction
Indicates the action that was committed against the item for importing