Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deleting child entities inside parent / child relationsh
Message
From
02/07/2008 09:47:06
 
 
To
30/06/2008 17:45:35
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01327749
Message ID:
01328224
Views:
8
Hi Tim,

The order details are retrieved in the HookParentRetrieved method.
       /// <summary>
        /// Parent Retrieved hook method
        /// </summary>
        /// <param name="bizObj">Parent business object</param>
        /// <param name="e">EventArgs</param>
        protected override void HookParentRetrieved(mmBusinessObject bizObj, mmBusinessStateChangeEventArgs e)
        {
            this.GetOrderDetail((int?)e.PrimaryKeyValue);
        }
I believe that HookParentRetrieved is called by the parent on any children when a new parent entity is retrieved.

Tim Holgerson
Previous
Reply
Map
View

Click here to load this message in the networking platform