C# Class WFA_psychometric_chart.Form_HumiditySourceDeviceInput

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: temcocontrols/T3000_Building_Automation_System Class Usage Examples

Méthodes publiques

Свойство Type Description
AfterFilteringFromAlexValueListOfValues List
indexForParameter1 int
indexSelectedDevice int
parameterValFromBacnet List

Méthodes publiques

Méthode Description
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_HumiditySourceDeviceInput ( EditNodeLineForm f ) : System
InputDeviceInfoAndValue ( ) : void
PullDeviceInfoFromAccessDB ( ) : void
ReadDataFromAlexDatabase ( string TableName ) : void

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
CB_Device_SelectedIndexChanged ( object sender, EventArgs e ) : void
CB_param_hum_SelectedIndexChanged ( object sender, EventArgs e ) : void
Form_HumiditySourceDeviceInput_FormClosing ( object sender, FormClosingEventArgs e ) : void
Form_HumiditySourceDeviceInput_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

Method Details

CheckDeviceOnlineOffline() public méthode

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
Résultat bool

ControllerList() public méthode

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

Dispose() protected méthode

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

FilterDataForDisplayInList() public méthode

Filters the temperature value form alex database and form Hardware pulled
public FilterDataForDisplayInList ( ) : void
Résultat void

FilterOnlyTemperatureAndHumidityFromAlexDBValue() public méthode

public FilterOnlyTemperatureAndHumidityFromAlexDBValue ( ) : void
Résultat void

FindPathOfBuildingDB() public méthode

public FindPathOfBuildingDB ( ) : void
Résultat void

Form_HumiditySourceDeviceInput() public méthode

public Form_HumiditySourceDeviceInput ( EditNodeLineForm f ) : System
f EditNodeLineForm
Résultat System

InputDeviceInfoAndValue() public méthode

public InputDeviceInfoAndValue ( ) : void
Résultat void

PullDeviceInfoFromAccessDB() public méthode

public PullDeviceInfoFromAccessDB ( ) : void
Résultat void

ReadDataFromAlexDatabase() public méthode

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
Résultat void

Property Details

AfterFilteringFromAlexValueListOfValues public_oe property

Stores the value obtained form hardware and filtered form alex database
public List AfterFilteringFromAlexValueListOfValues
Résultat List

indexForParameter1 public_oe property

public int indexForParameter1
Résultat int

indexSelectedDevice public_oe property

public int indexSelectedDevice
Résultat int

parameterValFromBacnet public_oe property

public List parameterValFromBacnet
Résultat List