DynamicRoot what is it?

DynamicRoot what is it?

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


Antoine posted on Tuesday, June 12, 2007

Hi,

Could you explain us what DynamicRoot class is for exactly?

thank you

RockfordLhotka replied on Tuesday, June 12, 2007

That template is for use with the DynamicRootList template and shows how to construct objects that work with the new EditableRootListBase base class.

EditableRootListBase is designed to support Windows Forms in-place data binding, where you want each row's data (each object) to save/remove itself immediately as the user acts on that row. When the user leaves a row, the underlying object is inserted or updated. If the user removes a row, the underlying object is immediately deleted.

You can get more details about EditableRootListBase and how to use it from the CSLA .NET Version 2.1. Handbook.

Copyright (c) Marimer LLC