DataBaseTransfer.DBT Class Reference
Inheritance diagram for DataBaseTransfer.DBT:

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Private Member Functions

void Source_Connection_Click (object sender, EventArgs e)
 Allow user to use data link property dialog to set source connection string More...
 
void Destination_Connection_Click (object sender, EventArgs e)
 Allow user to user data link property dialog to set destination connection string More...
 
void HelpBtn_Click (object sender, EventArgs e)
 This method launches the help guide More...
 
void btnTransfer_Click (object sender, EventArgs e)
 This Method perform the data base transfer process More...
 
void FormUpdater_Tick (object sender, EventArgs e)
 This method check until transfer is possible More...
 
void CopyStatus ()
 setting the status icon for the process More...
 
void CreateStatus ()
 
void resetStatus ()
 Resetting status icon for process More...
 
void InitializeComponent ()
 Required method for Designer support - do not modify the contents of this method with the code editor. More...
 

Private Attributes

string SourceConnection = ""
 Connection Variables and Objects More...
 
string DestinationConnection = ""
 
ConnectionManager CM = new ConnectionManager()
 Instantiating the connection manager More...
 
DataBaseTransferManager SQLServer = new DataBaseTransferManager()
 Instantiating the Data base transfer manager More...
 
int CHKStatA = 0
 Variables for logics and log window More...
 
int CHKStatB = 0
 
int CHKStatC = 0
 
DateTime dt = DateTime.Now
 
System.ComponentModel.IContainer components = null
 Required designer variable. More...
 
System.Windows.Forms.GroupBox groupTransfer
 
System.Windows.Forms.TextBox txtTableName
 
System.Windows.Forms.Button btnTransfer
 
System.Windows.Forms.Label lblTableName
 
System.Windows.Forms.GroupBox groupDestination
 
System.Windows.Forms.GroupBox groupSource
 
System.Windows.Forms.Button Destination_Connection
 
System.Windows.Forms.Button Source_Connection
 
System.Windows.Forms.PictureBox HelpBtn
 
System.Windows.Forms.Timer FormUpdater
 
System.Windows.Forms.Label label2
 
System.Windows.Forms.Label label3
 
System.Windows.Forms.Label label4
 
System.Windows.Forms.Label label5
 
System.Windows.Forms.Label label6
 
System.Windows.Forms.PictureBox step1
 
System.Windows.Forms.PictureBox step3
 
System.Windows.Forms.PictureBox step2
 
System.Windows.Forms.PictureBox step4
 
System.Windows.Forms.PictureBox step5
 
System.Windows.Forms.GroupBox groupBox1
 
System.Windows.Forms.PictureBox StepA
 
System.Windows.Forms.Label label1
 
System.Windows.Forms.PictureBox StepB
 
System.Windows.Forms.Label label7
 
System.Windows.Forms.GroupBox groupBox2
 
System.Windows.Forms.ListBox LogWin
 

Member Function Documentation

◆ btnTransfer_Click()

void DataBaseTransfer.DBT.btnTransfer_Click ( object  sender,
EventArgs  e 
)
private

This Method perform the data base transfer process

<method="btnTransfer"></method>

Parameters
sender
e

◆ CopyStatus()

void DataBaseTransfer.DBT.CopyStatus ( )
private

setting the status icon for the process

<method="CopyStatus"></method>

◆ CreateStatus()

void DataBaseTransfer.DBT.CreateStatus ( )
private

◆ Destination_Connection_Click()

void DataBaseTransfer.DBT.Destination_Connection_Click ( object  sender,
EventArgs  e 
)
private

Allow user to user data link property dialog to set destination connection string

<method="Destination_Connection"></method>

Parameters
sender
e

◆ Dispose()

override void DataBaseTransfer.DBT.Dispose ( bool  disposing)
protected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.

◆ FormUpdater_Tick()

void DataBaseTransfer.DBT.FormUpdater_Tick ( object  sender,
EventArgs  e 
)
private

This method check until transfer is possible

<method="FormUpdater"></method>

Parameters
sender
e

◆ HelpBtn_Click()

void DataBaseTransfer.DBT.HelpBtn_Click ( object  sender,
EventArgs  e 
)
private

This method launches the help guide

<method="HelpBtn"></method>

Parameters
sender
e

◆ InitializeComponent()

void DataBaseTransfer.DBT.InitializeComponent ( )
private

Required method for Designer support - do not modify the contents of this method with the code editor.

◆ resetStatus()

void DataBaseTransfer.DBT.resetStatus ( )
private

Resetting status icon for process

<method="resetStatus"></method>

◆ Source_Connection_Click()

void DataBaseTransfer.DBT.Source_Connection_Click ( object  sender,
EventArgs  e 
)
private

Allow user to use data link property dialog to set source connection string

<method="Source_Connection"></method>

Parameters
sender
e

Member Data Documentation

◆ CHKStatA

int DataBaseTransfer.DBT.CHKStatA = 0
private

Variables for logics and log window

◆ CM

ConnectionManager DataBaseTransfer.DBT.CM = new ConnectionManager()
private

Instantiating the connection manager

◆ components

System.ComponentModel.IContainer DataBaseTransfer.DBT.components = null
private

Required designer variable.

◆ SourceConnection

string DataBaseTransfer.DBT.SourceConnection = ""
private

Connection Variables and Objects

◆ SQLServer

DataBaseTransferManager DataBaseTransfer.DBT.SQLServer = new DataBaseTransferManager()
private

Instantiating the Data base transfer manager


The documentation for this class was generated from the following files: