EditDBModifDef Class
Dialog used to display and edit the CustomXMLPart utilized for storing the DBModif definitions, and the three parts of DBAddin settings (Addin level, user and central)
Inheritance Hierarchy
- System.Windows.Forms.Form
- DBaddin.EditDBModifDef
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)
Syntax
public class EditDBModifDef : Form
The EditDBModifDef type exposes the following members.
Constructors
Class | Summary | |
---|---|---|
EditDBModifDef() |
Methods
Name | Summary | |
---|---|---|
availSettingsLB_SelectedIndexChanged(Object, EventArgs) | adds the selected setting to the settings (at the end) | |
CancelBtn_Click(Object, EventArgs) | no change was made to definition | |
Dispose(Boolean) | ||
EditBox_KeyDown(Object, KeyEventArgs) | override paste key combinations to avoid pasting rich text into edit box | |
EditBox_SelectionChanged(Object, EventArgs) | show the current line and column for easier detection of problems in xml document | |
EditDBModifDef_Shown(Object, EventArgs) | put the custom xml definition in the edit box for display/editing | |
InitializeComponent() | ||
myValidationEventHandler(Object, ValidationEventArgs) | validation handler for XML schema (user app settings and DBModif Def) checking | |
OKBtn_Click(Object, EventArgs) | store the displayed/edited text-box content back into the custom xml definition, including validation feedback |
Properties
Name | Summary | |
---|---|---|
availSettingsLB | ||
availSettLbl | ||
CancelBtn | ||
DBFskip | ||
doDBMOnSave | ||
EditBox | ||
OKBtn | ||
PosIndex | ||
ToolTip1 |
Fields
Name | Description | |
---|---|---|
components | ||
CustomXmlParts | the edited CustomXmlParts for the DBModif definitions | |
settingsPath | the settings path for user or central setting (for re-saving after modification) |