C# 클래스 WFA_psychometric_chart.InsertNodeFormForBuildingChartSetting

파일 보기 프로젝트 열기: temcocontrols/T3000_Building_Automation_System

공개 프로퍼티들

프로퍼티 타입 설명
indexForParameter1 int
indexForParameter2 int
indexSelectedDevice int
parameterValFromBacnet List

공개 메소드들

메소드 설명
CheckDeviceOnlineOffline ( int deviceID, int Parent_SerialNum ) : bool

CHECKS WEATHER THE DEVICE IS ONLINE OR OFFLINE

Checkbox_Enable_Dissable ( ) : void
ControllerList ( ) : List

This function return a controller list that is ONLINE only

FindPathOfBuildingDB ( ) : void
InsertNodeFormForBuildingChartSetting ( EditNodeLineForm f ) : System

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
CB_Device_SelectedIndexChanged ( object sender, EventArgs e ) : void
CB_Device_Web_SelectedIndexChanged ( object sender, EventArgs e ) : void
CB_Parameter2_SelectedIndexChanged ( object sender, EventArgs e ) : void
CB_Parameter_SelectedIndexChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

InsertNodeFormForBuildingChartSetting_Load ( object sender, EventArgs e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnColor_Click ( object sender, EventArgs e ) : void
btnSetNode_Click ( object sender, EventArgs e ) : void
checkBox1_CheckedChanged ( object sender, EventArgs e ) : void
checkBox2_CheckedChanged ( object sender, EventArgs e ) : void

메소드 상세

CheckDeviceOnlineOffline() 공개 메소드

CHECKS WEATHER THE DEVICE IS ONLINE OR OFFLINE
public CheckDeviceOnlineOffline ( int deviceID, int Parent_SerialNum ) : bool
deviceID int device id value
Parent_SerialNum int 0 always
리턴 bool

Checkbox_Enable_Dissable() 공개 메소드

public Checkbox_Enable_Dissable ( ) : void
리턴 void

ControllerList() 공개 메소드

This function return a controller list that is ONLINE only
public ControllerList ( ) : List
리턴 List

Dispose() 보호된 메소드

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

FindPathOfBuildingDB() 공개 메소드

public FindPathOfBuildingDB ( ) : void
리턴 void

InsertNodeFormForBuildingChartSetting() 공개 메소드

public InsertNodeFormForBuildingChartSetting ( EditNodeLineForm f ) : System
f EditNodeLineForm
리턴 System

프로퍼티 상세

indexForParameter1 공개적으로 프로퍼티

public int indexForParameter1
리턴 int

indexForParameter2 공개적으로 프로퍼티

public int indexForParameter2
리턴 int

indexSelectedDevice 공개적으로 프로퍼티

public int indexSelectedDevice
리턴 int

parameterValFromBacnet 공개적으로 프로퍼티

public List parameterValFromBacnet
리턴 List