| C# |
|---|
| public class BusinessList : Form |
| #ctor | Initializes an object instance. |
| BusinessDetail_Change | Adds a new list row or updates the existing list row with the changes from the detail dialog. |
| DataRetrieveBusiness | Retrieves the list rows. |
| DataRetrieveCodeTypeClass | Retrieves the list rows. |
| Dispose | Clean up any resources being used. |
| DoDefaultBusiness | Performs the default list action. |
| DoDeleteBusiness | Deletes the selected row. |
| DoEditBusiness | Displays a detail dialog to edit an existing record. |
| DoNewBusiness | Displays a detail dialog for a new record. |
| DoRefreshBusiness | Refreshes the list. |
| DoSelectBusiness | 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. |
| RowAddBusiness | Adds a grid row and updates it with the record values. |
| RowSelectBusiness | Selects a row based on the key record values. |
| RowUpdateBusiness | Updates the current row with the record values. |
| SetStoredValuesBusiness | Sets the row stored values. |
| 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. |