I implemented my first managed child object today (a BLB derived class), and was surprised when all seemed well when I just wired it into my existing persistence framework.
Basically, my BusinessBase<T> derived infrastructure class just called FieldManager.GetChildren() and looped through the resulting list calling my previously implemented save logic.
Is this a legitimate thing to do or am I asking for trouble?
Copyright (c) Marimer LLC