Table of Contents

Namespace Dynamicweb.DataIntegration.Integration.Interfaces

Interfaces

IDataExportProvider

Interface for export data to the destination file

IDestination

Add this interface if you are inheriting from a provider that is a destination

IDestinationWriter

Add this interface if you are inheriting from a provider that is a destination writer

IERPIntegration

This interface is used in ScheduledTask's pages for add-in selector control to show-up the add-ins for ERP Batch Integration

INotDestination

Add this interface if you are inheriting from a provider that is a destination, but you do not wish for this provider to show up in the destination dropdown.

INotSource

Add this interface if you are inheriting from a provider that is a source, but you do not wish for this provider to show up in the source dropdown.

IODataBaseProvider
IParameterizedDestination

IParameterizedDestination interface for conditions filtering parameters coming from query string

IResponseWriter

Implement this interface if your source provider is able to handle the response data from the destination provider

ISource

Add this interface if you are inheriting from a provider that is a source

ISourceReader

Defines methods for objects aimed to read data from data source

To top