Open GoogleCodeExporter opened 9 years ago
I agree that this does not behave as I would have expected it. I tried chaining
inheritance because it appeared to behave the way chainable APIs do. Instead I
wound up creating an extension method, which seems like it is doing more work
than it should have to and is still a little clunky, since I need access to the
RuntimeTypeModel *and* the base type's MetaType; the end result is an
"overload" for AddSubType which adds an applyDefaultBehavior parameter. I then
Add the type to the RuntimeTypeModel first, add it as a subtype, and then
return the MetaType created by the initial Add.
Original comment by jason.diorio
on 19 Jun 2014 at 2:02
Original issue reported on code.google.com by
mennod...@gmail.com
on 3 May 2013 at 2:04