Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Child Business Object’s Business Rules not working
Message
De
30/08/2004 17:33:23
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Child Business Object’s Business Rules not working
Divers
Thread ID:
00937845
Message ID:
00937845
Vues:
60
Hi All,

I have setup BusinessRules for both a Business Object and Child Business object. The Child Business object’s “ public override bool CheckRulesHook “ never gets called when I attempt to save any data. The parent business object’s rules are working fine. On the web page I have registered the child business object as follows:

Parent = (parent)this.RegisterBizObj(new parent);
Child = (child)this.RegisterBizObj(new child);
Parent.RegisterChildBizObj(child);

And have set the child biz object AutoCheckRules = true;

I’m using the web pages Save method, passing the parent biz object in.

Any help would be greatly appreciated .

-Douglas H.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform