C# 클래스 WFA_psychometric_chart.TrashBox

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: temcocontrols/T3000_Building_Automation_System 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
chartDetailListForDissabledValue List

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

LoadDataFromDB() 공개 메소드

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

PullChartList() 공개 메소드

public PullChartList ( string buildingName ) : void
buildingName string
리턴 void

TrashBox() 공개 메소드

public TrashBox ( Form1_main f ) : System
f Form1_main
리턴 System

deleteChartAndItsContent() 공개 메소드

public deleteChartAndItsContent ( string chartID1, string chart_resp_nodeid, string chart_resp_lineID ) : void
chartID1 string
chart_resp_nodeid string
chart_resp_lineID string
리턴 void

updateValueInDatabaseToTrue() 공개 메소드

public updateValueInDatabaseToTrue ( string buildingName, string chartID ) : void
buildingName string
chartID string
리턴 void

프로퍼티 상세

chartDetailListForDissabledValue 공개적으로 프로퍼티

public List chartDetailListForDissabledValue
리턴 List