C# Class WFA_psychometric_chart.TrashBox

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: temcocontrols/T3000_Building_Automation_System Class Usage Examples

Public Properties

Property Type Description
chartDetailListForDissabledValue List

Public Methods

Method Description
LoadDataFromDB ( ) : void

Functions helps to load teh values that hare dissabled in the list

PullChartList ( string buildingName ) : void
TrashBox ( Form1_main f ) : System
deleteChartAndItsContent ( string chartID1, string chart_resp_nodeid, string chart_resp_lineID ) : void
updateValueInDatabaseToTrue ( string buildingName, string chartID ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

TrashBox_Load ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void
fillDataGridView ( ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

LoadDataFromDB() public method

Functions helps to load teh values that hare dissabled in the list
public LoadDataFromDB ( ) : void
return void

PullChartList() public method

public PullChartList ( string buildingName ) : void
buildingName string
return void

TrashBox() public method

public TrashBox ( Form1_main f ) : System
f Form1_main
return System

deleteChartAndItsContent() public method

public deleteChartAndItsContent ( string chartID1, string chart_resp_nodeid, string chart_resp_lineID ) : void
chartID1 string
chart_resp_nodeid string
chart_resp_lineID string
return void

updateValueInDatabaseToTrue() public method

public updateValueInDatabaseToTrue ( string buildingName, string chartID ) : void
buildingName string
chartID string
return void

Property Details

chartDetailListForDissabledValue public_oe property

public List chartDetailListForDissabledValue
return List