C# Class WFA_psychometric_chart.InsertNodeFormForBuildingChartSetting

Show file Open project: temcocontrols/T3000_Building_Automation_System

Public Properties

Property Type Description
indexForParameter1 int
indexForParameter2 int
indexSelectedDevice int
parameterValFromBacnet List

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

Method Details

CheckDeviceOnlineOffline() public method

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
return bool

Checkbox_Enable_Dissable() public method

public Checkbox_Enable_Dissable ( ) : void
return void

ControllerList() public method

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

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

FindPathOfBuildingDB() public method

public FindPathOfBuildingDB ( ) : void
return void

InsertNodeFormForBuildingChartSetting() public method

public InsertNodeFormForBuildingChartSetting ( EditNodeLineForm f ) : System
f EditNodeLineForm
return System

Property Details

indexForParameter1 public property

public int indexForParameter1
return int

indexForParameter2 public property

public int indexForParameter2
return int

indexSelectedDevice public property

public int indexSelectedDevice
return int

parameterValFromBacnet public property

public List parameterValFromBacnet
return List