/ Assembly List / LJCFacilityManager / BusinessList

Namespace - LJCFacilityManager


Syntax

C#
public class BusinessList : Form

The list form.

Remarks

This form displays the data items and allows for New, Edit, Delete and Select of those items.

Data Methods Action Methods Worklist Processing

Public Methods
#ctor Initializes an object instance.
1 Methods

Private Methods
BusinessDetail_Change Adds a new list row or updates the existing list row with the changes from the detail dialog.
DataRetrieveBusiness Retrieves the list rows.
DataRetrieveCodeTypeClass Retrieves the list rows.
Dispose Clean up any resources being used.
DoDefaultBusiness Performs the default list action.
DoDeleteBusiness Deletes the selected row.
DoEditBusiness Displays a detail dialog to edit an existing record.
DoNewBusiness Displays a detail dialog for a new record.
DoRefreshBusiness Refreshes the list.
DoSelectBusiness 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.
RowAddBusiness Adds a grid row and updates it with the record values.
RowSelectBusiness Selects a row based on the key record values.
RowUpdateBusiness Updates the current row with the record values.
SetStoredValuesBusiness Sets the row stored values.
15 Methods

Properties
LJCHelpFile The help file name.
LJCHelpPageDetail The Detail help page name.
LJCHelpPageList The List help page name.
LJCIsSelect Gets or sets the LJCIsSelect value.
LJCParentName Gets or sets the LJCParentName value.
LJCSelectedRecord Gets a reference to the selected record.

Fields
components Required designer variable.

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