class: DecTreeDataBuild

public class: DecTreeDataBuild
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 7.12.2005 12:20:21; Modified: 12.12.2005 21:48:22;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {F8482C8A-CECA-4644-A1BC-6CBBFD209497}
Properties about data used for building a tree. User window for setting them.

 

Goto: Fields, Methods

Extends: DecTreeData

See also: DecTreeData, DecTreeMethod, DecTreeForm

Appears in: Main classes

Connections
 
DecTreeDataBuild Attributes
Attribute Details
private System.Windows.Forms.Label
  label3
private System.Windows.Forms.Label
  label2
private System.Windows.Forms.Button
  buttonGetData
private System.Windows.Forms.Label
  labelData
private System.Windows.Forms.TextBox
  textWorking
private System.Windows.Forms.Label
  label1
private System.ComponentModel.Container
  components
Initial: null
Notes: Required designer variable.

public ColumnsInfo
  SelectedColumns
Notes: Set of all the selected columns - all used columns in the building tree process.

public ColumnsInfo
  NumericalColumns
Notes: Set of numerical columns.

public string
  ClassColumn
Notes: The name of the result class column.

public string
  ClassType
Notes: The type of the result class column.

public bool
  Visited
Initial: false
Notes: If this dialog was visited by user.

private System.Windows.Forms.Button
  buttonOK
private System.Windows.Forms.Button
  buttonCancel
private System.Windows.Forms.Label
  label4
private GuiExt.MultipleColumnSelector
  multipleColumnSelector1
private GuiExt.MultipleColumnSelector
  multipleColumnSelector2
private GuiExt.SingleColumnSelector
  singleColumnSelector1
 
DecTreeDataBuild Methods
Operation Details
public
DecTreeDataBuild(
   DBDataAdmin dbDataAdmin):
Sequential
Notes: Constructor. Fills the dialog with the actual version from DBDataAdmin.
protected
Dispose(
   bool disposing):void
Sequential
Tags: override=true
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: Fills the version information into this form.
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.
public
IsNumerical(
   String colname):bool
Sequential
Notes: If the column is numerical or not.

@returns