class: NewVersionForm

public class: NewVersionForm
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 7.12.2005 13:35:16; Modified: 11.12.2005 3:39:34;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {CD15BE79-2883-4560-9C69-2F61B7E5D683}
We can add new version from database table, CSV file, ... Constructor must contain ref to dbAdmin instance

 

Goto: Fields, Methods

Implements: Create new Version

See also: DBDataAdmin, , , Create new Version

Appears in: Class Diagram, UC Versions

Connections
 
NewVersionForm Attributes
Attribute Details
private System.ComponentModel.Container
  components
Initial: null
Notes: Required designer variable.

private DBDataAdmin
  dbAdmin
Notes: my variables

private System.Windows.Forms.Label
  label3
private System.Windows.Forms.TextBox
  versionName
private System.Windows.Forms.Label
  label1
private System.Windows.Forms.Label
  label2
private System.Windows.Forms.ComboBox
  cbTableName
private System.Windows.Forms.TextBox
  fileName
private System.Windows.Forms.Button
  openFile
private System.Windows.Forms.Button
  closeDialog
private System.Windows.Forms.GroupBox
  groupBox1
private System.Windows.Forms.RadioButton
  RBVersionFrom1
private System.Windows.Forms.RadioButton
  RBVersionFrom2
private System.Windows.Forms.Button
  BTCreate
public int
  newVerId
 
NewVersionForm Methods
Operation Details
public
NewVersionForm(
   DBDataAdmin dbAdm):
protected
Dispose(
   bool disposing):void
Tags: override=true
Notes: Clean up any resources being used.
private
InitializeComponent():void
Notes: Required method for Designer support - do not modify the contents of this method with the code editor.
private
openFile_Click(
   object sender,
   System.EventArgs e):void
private
RBVersionFrom1_CheckedChanged(
   object sender,
   System.EventArgs e):void
private
BTCreate_Click(
   object sender,
   System.EventArgs e):void
private
NewVersionForm_Load(
   object sender,
   System.EventArgs e):void