Operation |
Details |
public DecTreeDataClassify( DBDataAdmin dbDataAdmin, DecisionTree tree): |
Sequential Notes: | Constructor. Fills the dialog with the actual version from DBDataAdmin. | |
private UpdateTreeColumns():void |
Sequential Notes: | Updates the listbox of tree columns and checks the subset. | |
private UpdateSubsetCondition():void |
Sequential Notes: | Updates the condition text "OK" or "NO". | |
protected Dispose( bool disposing):void |
Sequential Notes: | Clean up any resources being used. | |
private InitializeComponent():void |
Sequential Notes: | Required method for Designer support - do not modify the contents of this method with the code editor. | |
private FillVersion( DMTransformStruct.Version version):void |
Sequential Notes: | Fill the version info into this form. | |
public GoodSubset():bool |
Sequential Notes: | Checks if the Tree.UsedColumns is a subset of the listBoxTable, which contains the column of current version.
@param ="listTree" @returns | |
private Contained( IEnumerable list, string text):bool |
Sequential Notes: | Checks if the list contains the text.
@returns | |
private buttonGetData_Click( object sender, System.EventArgs e):void |
Sequential Notes: | Shows the select version dialog and fill the version. | |
private buttonCancel_Click( object sender, System.EventArgs e):void |
Sequential Notes: | Cancel dialog. Closes window. | |
private buttonOK_Click( object sender, System.EventArgs e):void |
Sequential Notes: | Ok. Checks some settings, saves it. Closes window. | |
private DecTreeDataClassify_Activated( object sender, System.EventArgs e):void |
Sequential Notes: | Activate event. Updates the information about columns from tree, because it could be changed. | |