class: Freeze

public class: Freeze
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 6.12.2005 14:43:33; Modified: 11.12.2005 3:39:34;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {ABF0ED8A-B4AE-44e9-A036-DC55955E51C9}
Class to save data from one table to another (called as user want)

 

Goto: Fields, Methods

Implements: Save data from version ...

See also: TableInstance, Save data from version ...

Appears in: UC Versions

Connections
 
Freeze Attributes
Attribute Details
private System.Windows.Forms.Label
  Label1
private System.Windows.Forms.TextBox
  tableName
private System.Windows.Forms.Button
  buttonCancel
private System.Windows.Forms.Button
  buttonSave
private System.ComponentModel.Container
  components
Initial: null
Notes: Required designer variable.

private TableInstance
  ti
private System.Windows.Forms.Label
  label3
private System.Windows.Forms.ComboBox
  connectionType
private DMTransformStruct.DBDataAdmin
  dbAdmin
 
Freeze Methods
Operation Details
public
Freeze(
   DMTransformStruct.TableInstance ti,
   DBDataAdmin dbAdmin):
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
buttonSave_Click(
   object sender,
   System.EventArgs e):void
Notes: Save data into table (database) according user choice.
private
tableName_KeyPress(
   object sender,
   System.Windows.Forms.KeyPressEventArgs e):void
Notes: Allow only specified table name