Re: Best Practice with inheritance in D2W

2012-03-01 Thread Ramsey Gurley
For an example, have a look at https://github.com/nullterminated/ponder/tree/master/ERR2d2w/Components/Nonlocalized.lproj/R2DCreateSubEntityChooser.wo Ramsey On Feb 29, 2012, at 3:46 PM, Tim Worman wrote: > I'm working on a (hopefully) very simple D2W app. One entity I'm working with > repres

Re: Best Practice with inheritance in D2W

2012-02-29 Thread Jesse Tayler
well you can program your D2W against whatever logic you can find in your context - so, for instance, it's not hard to identify horizontal entity inheritance even when you might share a class name and identify only by a number on some property somewhere. people sometimes don't realize you can

Best Practice with inheritance in D2W

2012-02-29 Thread Tim Worman
I'm working on a (hopefully) very simple D2W app. One entity I'm working with represents door keys - which I've made Abstract in the model and set up an inheritance structure for various types of keys. What I'm wondering - what is the best practice for providing a quick and easy way for the ope