Skip to content
geoffreywiseman edited this page Mar 1, 2012 · 1 revision

Moo supports nested updates, wherein you update the outermost class and work your way in through each property, updating each as you go. This can go fairly deep, and Moo supports things like cycle detection to ensures that you don't enter into an infinite loop via a property cycle.

If you're going to do nested updates, you're probably going to have some collections to deal with, and you'll want to read about Updating Collections.

Clone this wiki locally