-
Notifications
You must be signed in to change notification settings - Fork 1
Solution Structure
The Kalliope solution contains a number of projects, including unit tests projects to verify that the libraries function correctly. The following paragraphs provide a detailed description of each project/librart.
Provides common C# attributes and enumeration data-types that are used throughout the solution.
MORE COMING SOON
Provides the POCO classes that have been (reverse-engineered) from the ORM2 and associated meta-models.
MORE COMING SOON
Provides code-generated DTO representions of the POCO classes. Instances of DTO classes are read from a data-source such as an XML file or a REST API.
MORE COMING SOON
Provides code-generated factory classess and business logic that convert DTO's into a dereferenced POCO based object-graph.
MORE COMING SOON
Provides XML Readers that deserialize the contents of an ORM2 (XML) file.
MORE COMING SOON
Suite of tests to verify that the Kalliope.Xml
works properly.
MORE COMING SOON
Provides convention-based dotliquid code generators that use the Kalliope library for code-generation
MORE COMING SOON
Suite of tests to verify the code-generators and to perform code-generation
MORE COMING SOON
copyright @ Starion Group S.A.