|
william
|
Posted 2013-01-11 08:34:44
|
|
Group: Forum Members
Last Active: 2013-04-17 12:03:49
Posts: 82,
Visits: 768
|
I am using Eco 6.0.0.6313 with VS 2012. I have a model with some classes as:
Root <-- Class1 <-- Class2
All classes are abstract classes with "TableMapping" set to "Children". I found that both Class1 and Class2 are missing from the selection list of "Default Superclass" for package/subpackage. I need to remove the inheritance in order to select them for the "Default Superclass" of some packages and add back the inheritance afterwards. By inspecting the codes generated I think the codes should work. I think it could be a bug for the designer, btw, I wonder whether mantis is still being used or not?
http://magpie.no-ip.com/mantis/main_page.php
|
|
HansKarlsen
|
Posted 2013-02-20 01:01:38
|
|
Group: Administrators
Last Active: Yesterday @ 09:47:19
Posts: 515,
Visits: 2 933
|
The Default superclass cannot have any subclasses designed - it will get all other classes in the model as subclasses when set.
The Default superclass cannot be a subclass of anything since it then would inherit itself when it becomes the superclass of its superclass.
|