| C# |
|---|
| public class PersonList : Form |
| #ctor | Initializes an object instance. |
| DataRetrieveCodeTypeClass | Retrieves the list rows. |
| DataRetrievePerson | Retrieves the list rows. |
| Dispose | Clean up any resources being used. |
| DoDefaultPerson | Performs the default list action. |
| DoDeletePerson | Deletes the selected row. |
| DoEditPerson | Displays a detail dialog to edit an existing record. |
| DoNewPerson | Displays a detail dialog for a new record. |
| DoRefreshPerson | Refreshes the list. |
| DoSelectPerson | Sets the selected item and returns to the parent form. |
| InitializeComponent | Required method for Designer support - do not modify the contents of this method with the code editor. |
| PersonDetail_Change | Adds a new list row or updates the existing list row with the changes from the detail dialog. |
| RowAddPerson | Adds a grid row and updates it with the record values. |
| RowSelectPerson | Selects a row based on the key record values. |
| RowUpdatePerson | Updates the current row with the record values. |
| SetStoredValuesPerson | Sets the row stored values. |
| CodeTypeClassID | The CodeTypeClass ID. |
| LJCHelpFile | The help file name. |
| LJCHelpPageDetail | The Detail help page name. |
| LJCHelpPageList | The List help page name. |
| LJCIsSelect | Gets or sets the LJCIsSelect value. |
| LJCParentName | Gets or sets the LJCParentName value. |
| LJCSelectedRecord | Gets a reference to the selected record. |
| components | Required designer variable. |