/ Assembly List / LJCRegionManager / RegionModule

Namespace - LJCRegionManager


Syntax

C#
public class RegionModule : 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.
DataRetrieveCity Retrieves the list rows.
DataRetrieveCitySection Retrieves the list rows.
DataRetrieveProvince Retrieves the list rows.
LJCInit Initializes the module.
LJCTabs Returns a reference to the module tab control.
SetCity Selects a row based on the supplied value.
SetCitySection Sets the selected item from the name value.
SetProvince Selects a row based on the supplied province code.
SetRegion Sets the selected item from the name value.
11 Methods

Private Methods
CityDetail_Change Adds a new list row or updates the existing list row with the changes from the detail dialog.
CitySectionDetail_Change Adds a new list row or updates the existing list row with the changes from the detail dialog.
DataRetrieveRegion Retrieves the list rows.
Dispose Clean up any resources being used.
DoDefaultCity Performs the default list action.
DoDefaultCitySection Performs the default list action.
DoDefaultProvince Performs the default list action.
DoDeleteCity Deletes the selected row.
DoDeleteCitySection Deletes the selected row.
DoDeleteProvince Deletes the selected row.
DoEditCity Displays a detail dialog to edit an existing record.
DoEditCitySection Displays a detail dialog to edit an existing record.
DoEditProvince Displays a detail dialog to edit an existing record.
DoNewCity Displays a detail dialog for a new record.
DoNewCitySection Displays a detail dialog for a new record.
DoNewProvince Displays a detail dialog for a new record.
DoRefreshCity Refreshes the list.
DoRefreshCitySection Refreshes the list.
DoRefreshProvince Refreshes the list.
DoSelectCity Sets the selected item and returns to the parent form.
DoSelectCitySection Sets the selected item and returns to the parent form.
DoSelectProvince 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.
OnPageClose Calls the PageClose event handlers.
ProvinceDetail_Change Adds a new list row or updates the existing list row with the changes from the detail dialog.
RowAddCity Adds a grid row and updates it with the record values.
RowAddCitySection Adds a grid row and updates it with the record values.
RowAddProvince Adds a grid row and updates it with the record values.
RowSelectCity Selects a row based on the key record values.
RowSelectCitySection Selects a row based on the key record values.
RowSelectProvince Selects a row based on the key record values.
RowUpdateCity Updates the current row with the record values.
RowUpdateCitySection Updates the current row with the record values.
RowUpdateProvince Updates the current row with the record values.
SetStoredValuesCity Sets the row stored values.
SetStoredValuesCitySection Sets the row stored values.
SetStoredValuesProvince Sets the row stored values.
37 Methods

Properties
CloseTabPage Gets or sets the close tab page.
ControlValues Gets or sets the Allow Change value.
LJCCityID The startup CityID value.
LJCCityName The startup CityName value.
LJCCitySectionID The startup CitySectionID value.
LJCCitySectionName The startup CitySectionName value.
LJCHelpFile The help file name.
LJCIsSelect Gets or sets the LJCIsSelect value.
LJCProgramName Gets the module assembly name.
LJCProvinceCode The startup ProvinceCode value.
LJCProvinceID The startup ProvinceID value.
LJCRegionID The startup RegionID value.
LJCRegionName The startup RegionName value.
LJCSelectedCity Gets a reference to the selected record.
LJCSelectedCitySection Gets a reference to the selected record.
LJCSelectedProvince Gets a reference to the selected record.
LJCSelectedRegion Gets a reference to the selected record.

Fields
components Required designer variable.

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