Doloro GDK 22 .1.0 Beta
by Tauri Interactive
|
Since the one of use cases supposed for the Table
module is being the tool for gathering a data for continue analysis it’s a common sense to have ways to get a data from internal format to more popular that could be run by external tools and services.
For this we have made a flexible interface for data conversion.
That will allow you to extend supported formats toward any option you in need.
For development you need to create a new class implementing ITableFormatConverter
interface.
Implementation of the interface members must go along with its purpose description.
Explore interface: Doloro.DataManagement.Tables.ITableFormatConverter
The package has implemented Microsoft XML 2003 converter.
Exploring the source of it is the best possible example you may find.
Class to explore: Doloro.DataManagement.Tables.LinqXMLConverter