-
Notifications
You must be signed in to change notification settings - Fork 9
Nested Updates
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.
- Five Minute Introduction
- Getting Moo
- Translating Object Properties
- Translating Collection Properties
- Translating Map Properties
- Source Expressions
- Access Modes
- Translating to Value Types
- Extensions
- External Objects in Translation
- Ignoring Properties
- Updating Collections
- Translation Target Factories
- Nested Updates
- Optional and Required Properties
- Order of Property Translation
- Constructors
- Lookup on Update
- Caching
Releases
Background