How to create property in Editabale Child Collection

How to create property in Editabale Child Collection

Old forum URL: forums.lhotka.net/forums/t/12101.aspx


fanste posted on Thursday, August 01, 2013

Please help

how to create property in collection and how to pass that value when called insert, update methods?

JonnyBee replied on Thursday, August 01, 2013

You would typically rather pass parameters from the parent business object down to the child collection for fetch/insert/update/delete.

You can create a regular .NET property as well (but no support for managed properties, rules or authorization) and should then also override and add code to OnGetState/OnSetState for the properties. 

Copyright (c) Marimer LLC