Namespace LemonEdge.API.Entities.DataIntegration
Classes
DataMapping
DataMappingProperty
DataSourceID
DataSourceResult
DataSourceType
ImportDefinition
ImportDefinitionStep
Reconciliation
ReconciliationSource
ReconciliationSourceColumn
Interfaces
IDataMapping
The system entity for a Data Mapping, which belongs to a IDataMapping holding the design for a data maping
See https://help.lemonedge.com/help/open-architecture/data-integration/data-mappings/intro.html for more information
IDataMappingBase
A common interface that a data mapping implements. The system entity IDataMapping implements this functionality
See https://help.lemonedge.com/data-mappings/ for more information
IDataMappingProperty
The system entity for a Data Mapping Property, which belongs to a IDataMapping holding the design for a data maping
See https://help.lemonedge.com/help/open-architecture/data-integration/data-mappings/properties-view.html for more information
IDataMappingPropertyBase
A common interface that a data mapping property implements. The system entity IDataMappingProperty implements this functionality
See https://help.lemonedge.com/help/open-architecture/data-integration/data-mappings/properties-view.html for more information
IDataSource
The system entity for a DataSource, which is used for ensuring any entity in the system can also have associated 3rd party data source ids
See https://help.lemonedge.com/data-sources/ for more information
IDataSourceResult
A complex type definition for holding the result of searching across the entire system for third party ids
Can be executed from GetMatchingDataSources(Guid?, string, bool, Guid?, Guid?, string)
IDataSourceType
The system entity for a DataSource Type, which is used for storing all the associated ids for a type of third party system
See https://help.lemonedge.com/help/settings/open-architecture/data-source-types/intro.html for more information
IImportDefinition
The system entity for an import defintion, which describes steps of imports to process
See https://help.lemonedge.com/help/open-architecture/data-integration/import-definitions/intro.html for more information
IImportDefinitionStep
The system entity for an import defintion step, which belongs to an import definition
See https://help.lemonedge.com/import-definitions/ for more information