/ Assembly List / LJCFacilityManager / BusinessModule

Namespace - LJCFacilityManager


Syntax

C#
public class BusinessModule : UserControl

The tab composite user control.

Remarks

These tabs display the data items and related data.

Plugin Members

Public Methods
#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.
5 Methods

Private Methods
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.
33 Methods

Properties
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.

Fields
components Required designer variable.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.