PartObjects

These are the Sections from the Locus forms. They encapsulate the data for each section and contain the following functionality:

  1. Load (Constructor)
  2. Save found in public void saveRow();
  3. private void buildControl() which creates the public Panel control which is added to the LocusDataBase object.

These will usually contain the following properties:

  1. Panel
  2. parentLocus reference
  3. DataTable or Dataset object

  4. TableAdapter or TableAdapterManager

  5. Data Row in the database
  6. Additional section specific properties.

PartObjects (last edited 2010-01-03 20:45:17 by 24-183-238-75)