Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Auto save of Child Business Objects
Message
From
01/06/2010 15:20:55
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Auto save of Child Business Objects
Miscellaneous
Thread ID:
01466945
Message ID:
01466945
Views:
112
Once I register a BO as a child object, shouldn't any changes made to the child get saved when the parent is saved? Or do I need to do something special?

Here's my code:
            this.oPolicy = (Policy)this.RegisterPrimaryBizObj(new Policy());

            this.oBeneficiary = (Beneficiary)this.RegisterBizObj(new Beneficiary());
            this.oPolicy.RegisterChildBizObj(this.oBeneficiary);
Now when I make changes in the gridview that has the Beneficaries in it, those changes are not getting saved.
Frank.

Frank Cazabon
Samaan Systems Ltd.
www.samaansystems.com
Next
Reply
Map
View

Click here to load this message in the networking platform