C# Class WFA_psychometric_chart.TrashBox

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: temcocontrols/T3000_Building_Automation_System Class Usage Examples

Méthodes publiques

Свойство Type Description
chartDetailListForDissabledValue List

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

LoadDataFromDB() public méthode

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

PullChartList() public méthode

public PullChartList ( string buildingName ) : void
buildingName string
Résultat void

TrashBox() public méthode

public TrashBox ( Form1_main f ) : System
f Form1_main
Résultat System

deleteChartAndItsContent() public méthode

public deleteChartAndItsContent ( string chartID1, string chart_resp_nodeid, string chart_resp_lineID ) : void
chartID1 string
chart_resp_nodeid string
chart_resp_lineID string
Résultat void

updateValueInDatabaseToTrue() public méthode

public updateValueInDatabaseToTrue ( string buildingName, string chartID ) : void
buildingName string
chartID string
Résultat void

Property Details

chartDetailListForDissabledValue public_oe property

public List chartDetailListForDissabledValue
Résultat List