Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hooking business objects together
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
01263471
Message ID:
01266904
Vues:
11
Hi Kevin,

Where should I place this call - in the Constructor?
and do I need to do anything special for the save operation - I am using the mmButtonSave class and the parent info is saved but the child info isn't.

I have the following in the constructor:

this.oClient = (Client)this.RegisterPrimaryBizObj(new Client());
this.oPerson = (Person)this.RegisterBizObj(new Person());
this.oClient.RegisterChildBizObj(this.oPerson);
InitializeComponent();
- Craig

"If you're not prepared to be wrong, you will never come up with anything original."
- Sir Ken Robinson
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform