| C# |
|---|
| public class ViewBuilderList : Form |
| #ctor | Initializes an object instance. |
| DataRetrievePrimaryColumn | Retrieves the primary table schema columns. |
| DataRetrieveRelatedColumn | Retrieves the related table schema columns. |
| DataRetrieveRelatedTable | Retrieves the list rows. |
| DataRetrieveView | Retrieves the list rows. |
| Dispose | Clean up any resources being used. |
| DoEditRelatedColumn | Displays a detail dialog to edit an existing record. |
| DoEditViewColumn | Displays a detail dialog to edit an existing record. |
| HighlightColumn | Changes the BackColor of the cells in the specified column. |
| InitializeComponent | Required method for Designer support - do not modify the contents of this method with the code editor. |
| RelatedDetail_Change | Adds a new list row or updates the existing list row with the changes from the detail dialog. |
| RowUpdatePrimaryColumn | Updates the current row with the record values. |
| RowUpdateRelatedColumn | Updates the current row with the record values. |
| SetControlState | Sets the control states based on the current control values. |
| SetStoredValuesPrimaryColumn | Sets the row stored values. |
| SetStoredValuesRelatedColumn | Sets the row stored values. |
| ViewColumnDetail_Change | Adds a new list row or updates the existing list row with the changes from the detail dialog. |
| ControlValues | Gets or sets the ControlValues item. |
| LJCHelpFile | The help file name. |
| LJCHelpPageDetail | The Detail help page name. |
| LJCHelpPageList | The List help page name. |
| LJCIsSelect | Gets or sets the LJCIsSelect value. |
| LJCParentID | Gets or sets the parent ID value. |
| LJCParentName | Gets or sets the LJCParentName value. |
| LJCSelectedRecord | Gets a reference to the selected record. |
| LJCViewID | Gets or sets the View ID value. |
| LJCViewName | Gets or sets the View Name value. |
| components | Required designer variable. |