Table of Contents

Namespace Dynamicweb.DataIntegration.Integration

Classes

BaseActivityPreset
BaseDestinationWriter

Base destination writer

BaseSourceReader

Base source reader

BaseSqlProvider
BaseSqlProvider.TablePK
BaseSqlReader
BaseSqlWriter
Column

Represents table column

ColumnCollection

Collection of Columns

ColumnMapping

Mapping shows which column from the source goes to which column in the destination.

ColumnMappingCollection

A collection of ColumnMappings. Provides method for save collection state xml format.

DataImportActivityConfiguration
Index

Represents a datatable index

Job

This class describes one data transfer job. It can be saved to disk, reloaded and run again, assuming the schema of the source and the destination hasn't changed.

JobGroup
JobQueue

Represents job queue

JobScheduledTaskAddIn
JobTask

Represents job task

Mapping

Contains the table mapping part of a schema.

MappingCollection

Collection of mappings that make up a Job

MappingConditional

Used to describe the conditions that must be met for a row to be included in a job.

MappingConditionalCollection

A collection of MappingConditionals

MappingConditionalGroup

Used to describe the conditions group that must be met for a row to be included in a job.

MappingExtensions
NotificationSettings

Contains E-mails notification setings

RepositoriesIndexSettings

Update repository indexes

ResponseMappingAttribute

Defines if the provider supports Response mappings

Schema

Describes a schema for a datasource/Destination. Additionally, describes any additions needed to the schema, such as new Tables or columns that should be added when a job is run.

SchemaComparer

Helper class for comparing schemas and finding errors in old schemas and most recent and mapping

SchemaComparerResult

Stores information about error in Schemas/Mapping

SchemaComparerResults

Stores errors found in Schemas/Mapping

ServiceCacheSettings

Contains Service Cache setings

Table

Used to describe a table in a schema.

TableCollection

A collection of tables.

TableScript

Base class for the table scripting functionality

Enums

ConditionalGroupOperator

The operator to use when comparing input to existing rows.

ConditionalOperator

The operator to use when comparing input to existing rows.

JobResult

JobResult values

MappingType

MappingType

NullEmptyActionType

Null or Empty Action Type

ProviderType

Represents type of provider

SchemaCompareErrorType

Type of SchemaCompareError

ScriptType

Enum used to indicate which type of scripting is active in the Column mapping.

To top