Scenario |
Type |
Detail |
About |
Simple |
Many defined modules may exist in application. All this modules are in DBDataAdmin.AllTransforms container for DBDataAdmin.OneTransform objects. Each of OneTransform object contain information about DLL, class to run, type of method, Id and description for user. Whole application life is possible to add/remove items from this container. Container can load data from XML configuration file and save back into file. Container can add description of methods (for type "normal") as menu item. User may run one of method using click on menu item. Container can add description of methods (for type "simple") into combo box. User may choose which transformation may be applied on selected data. Container can remove transformation according method Id. |
|