/ Assembly List / LJCDocAppManager / DocFieldList

Namespace - LJCDocAppManager


Syntax

C#
public class DocFieldList : Form

The data list form.

Public Methods
#ctor Initializes an object instance.
DataRetrieve Retrieves the list rows.
SetControlState Sets the control states based on the current control values.
3 Methods

Private Methods
Detail_Change Adds a new list row or updates the existing list row with the changes from the detail dialog.
Dispose Clean up any resources being used.
DoDefaultAction Performs the default list action.
DoDelete Deletes the selected row.
DoEdit Displays a detail dialog to edit an existing record.
DoNew Displays a detail dialog for a new record.
DoRefresh Refreshes the list.
DoSelect 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.
9 Methods

Properties
LJCIsSelect Gets or sets the IsSelect value.
LJCParentID Gets or sets the parent ID value.
LJCParentName Gets or sets the ParentName 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.