| C# |
|---|
| public class BusinessModule : UserControl |
| #ctor | Initializes an object instance. |
| ClosePage | Closes the current page. |
| GetInValuesBusinessAddress | Gets the child ID values. |
| LJCInit | Initializes the module. |
| LJCTabs | Returns a reference to the module tab control. |
| AddressDetail_Change | Adds a new list row or updates the existing list row with the changes from the detail dialog. |
| ContactDetail_Change | Adds a new list row or updates the existing list row with the changes from the detail dialog. |
| DataRetrieveAddress | Retrieves the list rows. |
| DataRetrieveBusiness | Retrieves the list rows. |
| DataRetrieveContact | Retrieves the list rows. |
| Dispose | Clean up any resources being used. |
| DoAddAddress | Displays a detail dialog for a new record. |
| DoAddContact | Displays a detail dialog for a new record. |
| DoDeleteAddress | Deletes the selected row. |
| DoDeleteBusiness | Deletes the selected row. |
| DoEditAddress | Displays a detail dialog to edit an existing record. |
| DoEditBusiness | Displays a detail dialog to edit an existing record. |
| DoEditContact | Displays a detail dialog to edit an existing record. |
| DoNewBusiness | Displays a detail dialog for a new record. |
| DoRefreshAddress | Refreshes the list. |
| DoRefreshBusiness | Refreshes the list. |
| DoRefreshContact | Refreshes the list. |
| DoRemoveContact | Removes the selected row. |
| GetInValuesBusinessPerson | Gets the child ID values. |
| InitializeComponent | Required method for Designer support - do not modify the contents of this method with the code editor. |
| OnPageClose | Calls the PageClose event handlers. |
| RowAddAddress | Adds a grid row and updates it with the record values. |
| RowAddBusiness | Adds a grid row and updates it with the record values. |
| RowAddContact | Adds a grid row and updates it with the record values. |
| RowSelectAddress | Selects a row based on the key record values. |
| RowSelectBusiness | Selects a row based on the key record values. |
| RowSelectContact | Selects a row based on the key record values. |
| RowUpdateAddress | Updates the current row with the record values. |
| RowUpdateBusiness | Updates the current row with the record values. |
| RowUpdateContact | Updates the current row with the record values. |
| SetStoredValuesAddress | Sets the row stored values. |
| SetStoredValuesBusiness | Sets the row stored values. |
| SetStoredValuesContact | Sets the row stored values. |
| CloseTabPage | Gets or sets the close tab flag. |
| ControlValues | Gets or sets the Allow Change value. |
| LJCHelpFile | The help file name. |
| LJCProgramName | Gets the module assembly name. |
| components | Required designer variable. |