| C# |
|---|
| public class CodeTypeModule : UserControl |
| #ctor | Initializes an object instance. |
| ClosePage | Closes the current page. |
| LJCInit | Initializes the module. |
| LJCTabs | Returns a reference to the module tab control. |
| CodeTypeDetail_Change | Adds a new list row or updates the existing list row with the changes from the detail dialog. |
| DataRetrieveCodeType | Retrieves the list rows. |
| Dispose | Clean up any resources being used. |
| DoDeleteCodeType | Deletes the selected row. |
| DoEditCodeType | Displays a detail dialog to edit an existing record. |
| DoNewCodeType | Displays a detail dialog for a new record. |
| DoRefreshCodeType | Refreshes the list. |
| InitializeComponent | Required method for Designer support - do not modify the contents of this method with the code editor. |
| OnPageClose | Calls the PageClose event handlers. |
| RowAddCodeType | Adds a grid row and updates it with the record values. |
| RowSelectCodeType | Selects a row based on the key record values. |
| RowUpdateCodeType | Updates the current row with the record values. |
| SetStoredValuesCodeType | Sets the row stored values. |
| CloseTabPage | Gets or sets the close tab page. |
| LJCHelpFile | The help file name. |
| LJCProgramName | Gets the module assembly name. |
| components | Required designer variable. |