C# Класс WFA_psychometric_chart.Form_TemperatureSourceDeviceInput

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
AfterFilteringFromAlexValueListOfValues List
indexForParameter1 int
indexSelectedDevice int
parameterValFromBacnet List

Открытые методы

Метод Описание
CheckDeviceOnlineOffline ( int deviceID, int Parent_SerialNum ) : bool

CHECKS WEATHER THE DEVICE IS ONLINE OR OFFLINE

ControllerList ( ) : List

This function return a controller list that is ONLINE only

FilterDataForDisplayInList ( ) : void

Filters the temperature value form alex database and form Hardware pulled

FilterOnlyTemperatureAndHumidityFromAlexDBValue ( ) : void
FindPathOfBuildingDB ( ) : void
Form_TemperatureSourceDeviceInput ( EditNodeLineForm f ) : System
InputDeviceInfoAndValue ( ) : void

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

PullDeviceInfoFromAccessDB ( ) : void
ReadDataFromAlexDatabase ( string TableName ) : void

Read the data from alex db .. This will be loaded when first loaded values

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

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

Clean up any resources being used.

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

Метод Описание
CB_Device_SelectedIndexChanged ( object sender, EventArgs e ) : void
CB_param_temp_SelectedIndexChanged ( object sender, EventArgs e ) : void
Form_TemperatureSourceDeviceInput_FormClosing ( object sender, FormClosingEventArgs e ) : void
Form_TemperatureSourceDeviceInput_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

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

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

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

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

Filters the temperature value form alex database and form Hardware pulled
public FilterDataForDisplayInList ( ) : void
Результат void

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

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

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

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

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

public Form_TemperatureSourceDeviceInput ( 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

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

Read the data from alex db .. This will be loaded when first loaded values
public ReadDataFromAlexDatabase ( string TableName ) : void
TableName string name of the table i.2 inputables
Результат void

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

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

Stores the value obtained form hardware and filtered form alex database
public List AfterFilteringFromAlexValueListOfValues
Результат List

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

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

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

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

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

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