DBModifCreate Class
Dialog for creating DB Modifier configurations
Inheritance Hierarchy
- System.Windows.Forms.Form
- DBaddin.DBModifCreate
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)
Syntax
public class DBModifCreate : Form
The DBModifCreate type exposes the following members.
Constructors
Class | Summary | |
---|---|---|
![]() | DBModifCreate() |
Methods
Name | Summary | |
---|---|---|
![]() | Cancel_Button_Click(Object, EventArgs) | ignore all done changes in dialog |
![]() | CreateCB_Click(Object, EventArgs) | Create Command-button Click event |
![]() | DBModifCreate_Shown(Object, EventArgs) | Shown Event to display Data Errors when adding DBSequence Grid elements |
![]() | DBSeqenceDataGrid_CellMouseDown(Object, DataGridViewCellMouseEventArgs) | prepare context menus to be displayed after right mouse click |
![]() | DBSeqenceDataGrid_DataError(Object, DataGridViewDataErrorEventArgs) | in case of (actually impossible) data errors in DBSequence DataGridView row entries, catch and log them here |
![]() | Dispose(Boolean) | |
![]() | InitializeComponent() | |
![]() | MoveRowDown_Click(Object, EventArgs) | move row down in DataGridView of DB Sequence |
![]() | MoveRowUp_Click(Object, EventArgs) | move row up in DataGridView of DB Sequence |
![]() | OK_Button_Click(Object, EventArgs) | check for required fields before closing |
![]() | parametrized_Click(Object, EventArgs) | trigger to enable/disable all parametrized settings |
![]() | paramRangesContextMenuHandler(Object, EventArgs) | event handler for context menu on paramRangesStr text box |
![]() | paramRangesStr_MouseDown(Object, MouseEventArgs) | enables the context menu on paramRangesStr text box |
![]() | setDBActionParametrizedGUI() | setDBActionParametrizedGUI: actual enabling of parametrized settings (done separately to be able to set this on form startup) |
![]() | TargetRangeAddress_Click(Object, EventArgs) | the DBMapper and DBAction Target Range Address is displayed as a hyperlink, simulate this link here |
Fields
Name | Description | |
---|---|---|
![]() | components | |
![]() | DBSeqStepValidationErrors | on loading of Form catch Data Errors produced when filling DBSeqenceDataGrid here |
![]() | DBSeqStepValidationErrorsShown | only catch errors until Form is displayed |