Method | Description | |
---|---|---|
FindPathOfBuildingDB ( ) : void | ||
UpdateDataForNodeInfoInEditNodeSection ( string buildingName, string id, double xVal, double yVal, string temperature_source, string humidity_source, string name, Color colorValue, int nodeSizeValue, int airFlow ) : void |
Updating node info in db
|
public UpdateDataForNodeInfoInEditNodeSection ( string buildingName, string id, double xVal, double yVal, string temperature_source, string humidity_source, string name, Color colorValue, int nodeSizeValue, int airFlow ) : void | ||
buildingName | string | |
id | string | |
xVal | double | |
yVal | double | |
temperature_source | string | |
humidity_source | string | |
name | string | |
colorValue | Color | |
nodeSizeValue | int | |
airFlow | int | |
return | void |