Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Auto save of Child Business Objects
Message
De
01/06/2010 15:20:55
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Auto save of Child Business Objects
Divers
Thread ID:
01466945
Message ID:
01466945
Vues:
114
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform