Click or drag to resize

Introduction to solutions

[This is preliminary documentation and is subject to change.]

This walkthrough shows how to work with a solution object to store the persistent components of an eety application project.

Solution components

These components appear in the Solution explorer when they are created.

model 16x 16

Transfer model

This is a specialized object oriented model:

  • Built from one data source schema or import from a model file.

  • Its classes and properties are mapped against source and destination tables and columns.

  • Transformation rules are set on classes and properties and invoked druing the transform phase.

  • It can shared between different sources and destinations.

  • It can be extended with new classes and properties.

application 16x 16

Application

An applications holds the following components:

solutionexplorer
See Also