C# Класс WFA_psychometric_chart.Form_Device_Information_For_EditMode

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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
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

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

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

Form_Device_Information_For_EditMode() публичный Метод

public Form_Device_Information_For_EditMode ( EditNodeLineForm f ) : System
f EditNodeLineForm
Результат System

InputDeviceInfoAndValue() публичный Метод

This function will input the device information as well as update the node table
public InputDeviceInfoAndValue ( ) : void
Результат void

PullDeviceInfoFromAccessDB() публичный Метод

public PullDeviceInfoFromAccessDB ( ) : void
Результат void

enableDissableOKButton() публичный Метод

public enableDissableOKButton ( ) : void
Результат void

Описание свойств

indexForParameter1 публичное свойство

public int indexForParameter1
Результат int

indexForParameter2 публичное свойство

public int indexForParameter2
Результат int

indexSelectedDevice публичное свойство

public int indexSelectedDevice
Результат int

parameterValFromBacnet публичное свойство

public List parameterValFromBacnet
Результат List