/ Assembly List / LJCFacilityManager / PersonList

Namespace - LJCFacilityManager


Syntax

C#
public class PersonList : 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
DataRetrieveCodeTypeClass Retrieves the list rows.
DataRetrievePerson Retrieves the list rows.
Dispose Clean up any resources being used.
DoDefaultPerson Performs the default list action.
DoDeletePerson Deletes the selected row.
DoEditPerson Displays a detail dialog to edit an existing record.
DoNewPerson Displays a detail dialog for a new record.
DoRefreshPerson Refreshes the list.
DoSelectPerson 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.
PersonDetail_Change Adds a new list row or updates the existing list row with the changes from the detail dialog.
RowAddPerson Adds a grid row and updates it with the record values.
RowSelectPerson Selects a row based on the key record values.
RowUpdatePerson Updates the current row with the record values.
SetStoredValuesPerson Sets the row stored values.
15 Methods

Properties
CodeTypeClassID The CodeTypeClass ID.
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.