Reputation: 99
I am using autoforms and have made an object model where one (superclass) has two subclasses. When navigating to this class using autoforms I would assume that the autoform only would show "forms/VM" for creating the subclasses, not the superclass as it is abstract. 1) Classes that are abstract shouldn't be creatable? 2) "autoform navigation" towards an abstract class should redirect to the sub-classes?
Or is there a setting for this? Has anyone experienced this?
Update: I do get an error when an abstract class is created....but shouldn't autoforms skip to the subclases?
Upvotes: 1
Views: 29
Reputation: 2435
On the Class you have an AutoForms setting. The possible values are:
If you set AutoForms to Skip on the SuperClass you get the effect you seek. I do agree with you - abstract classes should really default to Skip on this setting.
Upvotes: 1