StrataFrame Forum

What is the usage to define parentBusinessObject?

http://forum.strataframe.net/Topic6163.aspx

By Chan - 1/24/2007

Hi,

If I have defined ParentRelationShip and ParentBusinessObject to my childBO, what ParentBO's action (method) would automatically reflect childBO beside of Save and FK assignment.



If I call ParentBO.undo(), would it call childBO.undo() also?

What are actions is automated?



Thank you
By StrataFrame Team - 1/24/2007

Only the FK assignment and forcing of save order are controlled by the relationship.  The relationship configures such methods as FillByParent(), FillByParentPrimaryKey(), etc, but only the Save(), FK assignment, and ChildAutoFilterOption are controlled automatically.  The rest of the actions must be handled manually.