Свойство | Тип | Описание | |
---|---|---|---|
bcs | Form1_main | ||
dataGridView1 | System.Windows.Forms.DataGridView | ||
lineInfo | List |
||
nodeInfo | List |
||
tempNodeID | string | ||
tempRowIndex | int |
Метод | Описание | |
---|---|---|
CalculateProcessParameterForEnergy ( string id, string prevNodeID, string nextNodeID, Series lineSeriesID, Color colorVal, int thickness_value, string name ) : void | ||
CallFromTemperatureAndHumidtyFormForMixNodeFxn ( string nodeID ) : void | ||
EditNodeLineForm ( |
||
EndEditCall ( ) : void | ||
EnergyCalculationForProcess ( DataGridViewRow dgv_row ) : void | ||
LineUpdateAndReload ( string lineid, string prevNodeID, string nextNodeID, Color color, int thickness, Series lineseries, string name, int status ) : void | ||
LoadNodeAndLine ( ) : void | ||
RefreshChartAndDGVForMixNodeFunction ( ) : void | ||
RefreshDataFromDBAndChart ( ) : void | ||
SetNodeForDeviceUsingTempAndHum ( string source, string name, string label, Color c1, string comboboxItemText1, int marker_size, string deviceInstance, string IP, string param1ID, string param2ID, string param1_info, string param2_info, string param1_value, string param2_value, string object_identifier_type_param1, string object_identifier_type_param2 ) : void | ||
SetNodeForWeb ( string source, string name, string label, Color c1, string comboboxItemText1, int marker_size ) : void | ||
UpdateDataValueAndRefreshDGV ( string NodeID, double xVal, double yVal, string source, string name, string label, Color color, string showtext, int nodesize ) : void | ||
UpdateNodeInfoForDeviceSelection ( string nodeID, string deviceInstancID, string IP, string param1id, string param2id, string param1info, string param2info, string param1Value, string param2Value, string param1_id_type, string param2_id_type ) : void |
This function helps to update the device information of a node and also update the node value
|
|
UpdateNodeInfoForHumidityDeviceSelection ( string nodeID, string Humidity_deviceInstancID, string Humidity_IP, string Humidity_param1id, string Humidity_param1info, string Humidity_param1Value, string Humidity_param1_id_type ) : void | ||
UpdateNodeInfoForTemperatureDeviceSelection ( string nodeID, string Temp_deviceInstancID, string Temp_IP, string Temp_param1id, string Temp_param1info, string Temp_param1Value, string Temp_param1_id_type ) : void |
fUNCTION WILL HELP IN Updating node info value for temperature form and inserts to db
|
|
WebUpdateSelection ( ) : void | ||
WebUpdateSelectionForHumidity ( ) : void | ||
WebUpdateSelectionForTemperature ( ) : void |
This one update the node info value to db
|
|
dataGridView1_CellEndEdit ( object sender, DataGridViewCellEventArgs e ) : void |
This is triggered when the editing is completed
|
|
previousApplyButtonCode ( ) : void | ||
updateNodeInfoBasedOnPresentValue ( string NodeID, double xVal, double yVal, string temperature_source, string humidity_source, string name, Color color, int nodesize, int airFlow1 ) : void |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
ComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
EditNodeLineForm_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.
|
|
button1_Click ( object sender, EventArgs e ) : void | ||
button2_Click ( object sender, EventArgs e ) : void | ||
dataGridView1_CellBeginEdit ( object sender, DataGridViewCellCancelEventArgs e ) : void | ||
dataGridView1_CellClick ( object sender, DataGridViewCellEventArgs e ) : void | ||
dataGridView1_CellValueChanged_1 ( object sender, DataGridViewCellEventArgs e ) : void | ||
dataGridView1_EditingControlShowing ( object sender, DataGridViewEditingControlShowingEventArgs e ) : void | ||
dataGridView1_MouseClick ( object sender, MouseEventArgs e ) : void | ||
dataGridView2_CellBeginEdit ( object sender, DataGridViewCellCancelEventArgs e ) : void | ||
dataGridView2_CellClick ( object sender, DataGridViewCellEventArgs e ) : void | ||
dataGridView2_CellContentClick ( object sender, DataGridViewCellEventArgs e ) : void | ||
dataGridView2_CellEndEdit ( object sender, DataGridViewCellEventArgs e ) : void | ||
dataGridView2_CellValueChanged ( object sender, DataGridViewCellEventArgs e ) : void | ||
dataGridView2_SelectionChanged ( object sender, EventArgs e ) : void |
public CalculateProcessParameterForEnergy ( string id, string prevNodeID, string nextNodeID, Series lineSeriesID, Color colorVal, int thickness_value, string name ) : void | ||
id | string | |
prevNodeID | string | |
nextNodeID | string | |
lineSeriesID | Series | |
colorVal | Color | |
thickness_value | int | |
name | string | |
Результат | void |
public CallFromTemperatureAndHumidtyFormForMixNodeFxn ( string nodeID ) : void | ||
nodeID | string | |
Результат | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public EditNodeLineForm ( |
||
b | ||
Результат | System |
public EnergyCalculationForProcess ( DataGridViewRow dgv_row ) : void | ||
dgv_row | DataGridViewRow | |
Результат | void |
public LineUpdateAndReload ( string lineid, string prevNodeID, string nextNodeID, Color color, int thickness, Series lineseries, string name, int status ) : void | ||
lineid | string | |
prevNodeID | string | |
nextNodeID | string | |
color | Color | |
thickness | int | |
lineseries | Series | |
name | string | |
status | int | |
Результат | void |
public RefreshChartAndDGVForMixNodeFunction ( ) : void | ||
Результат | void |
public RefreshDataFromDBAndChart ( ) : void | ||
Результат | void |
public SetNodeForDeviceUsingTempAndHum ( string source, string name, string label, Color c1, string comboboxItemText1, int marker_size, string deviceInstance, string IP, string param1ID, string param2ID, string param1_info, string param2_info, string param1_value, string param2_value, string object_identifier_type_param1, string object_identifier_type_param2 ) : void | ||
source | string | |
name | string | |
label | string | |
c1 | Color | |
comboboxItemText1 | string | |
marker_size | int | |
deviceInstance | string | |
IP | string | |
param1ID | string | |
param2ID | string | |
param1_info | string | |
param2_info | string | |
param1_value | string | |
param2_value | string | |
object_identifier_type_param1 | string | |
object_identifier_type_param2 | string | |
Результат | void |
public SetNodeForWeb ( string source, string name, string label, Color c1, string comboboxItemText1, int marker_size ) : void | ||
source | string | |
name | string | |
label | string | |
c1 | Color | |
comboboxItemText1 | string | |
marker_size | int | |
Результат | void |
public UpdateDataValueAndRefreshDGV ( string NodeID, double xVal, double yVal, string source, string name, string label, Color color, string showtext, int nodesize ) : void | ||
NodeID | string | |
xVal | double | |
yVal | double | |
source | string | |
name | string | |
label | string | |
color | Color | |
showtext | string | |
nodesize | int | |
Результат | void |
public UpdateNodeInfoForDeviceSelection ( string nodeID, string deviceInstancID, string IP, string param1id, string param2id, string param1info, string param2info, string param1Value, string param2Value, string param1_id_type, string param2_id_type ) : void | ||
nodeID | string | node id |
deviceInstancID | string | device instance id |
IP | string | IP value |
param1id | string | param1 id |
param2id | string | param2 id |
param1info | string | param1info eg. temp |
param2info | string | param2 info eg. hum/enthalpy |
param1Value | string | |
param2Value | string | |
param1_id_type | string | eg. OBJECT_ANALOG_INPUT |
param2_id_type | string | eg. OBJECT_ANALOG_INPUT, |
Результат | void |
public UpdateNodeInfoForHumidityDeviceSelection ( string nodeID, string Humidity_deviceInstancID, string Humidity_IP, string Humidity_param1id, string Humidity_param1info, string Humidity_param1Value, string Humidity_param1_id_type ) : void | ||
nodeID | string | |
Humidity_deviceInstancID | string | |
Humidity_IP | string | |
Humidity_param1id | string | |
Humidity_param1info | string | |
Humidity_param1Value | string | |
Humidity_param1_id_type | string | |
Результат | void |
public UpdateNodeInfoForTemperatureDeviceSelection ( string nodeID, string Temp_deviceInstancID, string Temp_IP, string Temp_param1id, string Temp_param1info, string Temp_param1Value, string Temp_param1_id_type ) : void | ||
nodeID | string | |
Temp_deviceInstancID | string | |
Temp_IP | string | |
Temp_param1id | string | |
Temp_param1info | string | |
Temp_param1Value | string | |
Temp_param1_id_type | string | |
Результат | void |
public WebUpdateSelectionForHumidity ( ) : void | ||
Результат | void |
public WebUpdateSelectionForTemperature ( ) : void | ||
Результат | void |
public dataGridView1_CellEndEdit ( object sender, DataGridViewCellEventArgs e ) : void | ||
sender | object | an object |
e | DataGridViewCellEventArgs | event value |
Результат | void |
public updateNodeInfoBasedOnPresentValue ( string NodeID, double xVal, double yVal, string temperature_source, string humidity_source, string name, Color color, int nodesize, int airFlow1 ) : void | ||
NodeID | string | |
xVal | double | |
yVal | double | |
temperature_source | string | |
humidity_source | string | |
name | string | |
color | Color | |
nodesize | int | |
airFlow1 | int | |
Результат | void |
public System.Windows.Forms.DataGridView dataGridView1 | ||
Результат | System.Windows.Forms.DataGridView |