C# Class WFA_psychometric_chart.Form_Device_Information_For_EditMode

Inheritance: System.Windows.Forms.Form
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
Form_Device_Information_For_EditMode ( EditNodeLineForm f ) : System
InputDeviceInfoAndValue ( ) : void

This function will input the device information as well as update the node table

PullDeviceInfoFromAccessDB ( ) : void
enableDissableOKButton ( ) : void

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_param_hum_SelectedIndexChanged ( object sender, EventArgs e ) : void
CB_param_temp_SelectedIndexChanged ( object sender, EventArgs e ) : void
Form_Device_Information_For_EditMode_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

btnCancel_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

Form_Device_Information_For_EditMode() public method

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

InputDeviceInfoAndValue() public method

This function will input the device information as well as update the node table
public InputDeviceInfoAndValue ( ) : void
return void

PullDeviceInfoFromAccessDB() public method

public PullDeviceInfoFromAccessDB ( ) : void
return void

enableDissableOKButton() public method

public enableDissableOKButton ( ) : void
return void

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