/ Assembly List / LJCViewBuilder / ViewBuilderList

Namespace - LJCViewBuilder


Syntax

C#
public class ViewBuilderList : 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
DataRetrievePrimaryColumn Retrieves the primary table schema columns.
DataRetrieveRelatedColumn Retrieves the related table schema columns.
DataRetrieveRelatedTable Retrieves the list rows.
DataRetrieveView Retrieves the list rows.
Dispose Clean up any resources being used.
DoEditRelatedColumn Displays a detail dialog to edit an existing record.
DoEditViewColumn Displays a detail dialog to edit an existing record.
HighlightColumn Changes the BackColor of the cells in the specified column.
InitializeComponent Required method for Designer support - do not modify the contents of this method with the code editor.
RelatedDetail_Change Adds a new list row or updates the existing list row with the changes from the detail dialog.
RowUpdatePrimaryColumn Updates the current row with the record values.
RowUpdateRelatedColumn Updates the current row with the record values.
SetControlState Sets the control states based on the current control values.
SetStoredValuesPrimaryColumn Sets the row stored values.
SetStoredValuesRelatedColumn Sets the row stored values.
ViewColumnDetail_Change Adds a new list row or updates the existing list row with the changes from the detail dialog.
16 Methods

Properties
ControlValues Gets or sets the ControlValues item.
LJCHelpFile The help file name.
LJCHelpPageDetail The Detail help page name.
LJCHelpPageList The List help page name.
LJCIsSelect Gets or sets the LJCIsSelect value.
LJCParentID Gets or sets the parent ID value.
LJCParentName Gets or sets the LJCParentName value.
LJCSelectedRecord Gets a reference to the selected record.
LJCViewID Gets or sets the View ID value.
LJCViewName Gets or sets the View Name value.

Fields
components Required designer variable.

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