C# 클래스 WFA_psychometric_chart.DatabaseOperationsForEditNodeClass

This class performs all the database operation related to edit node values
상속: Form1_main
파일 보기 프로젝트 열기: temcocontrols/T3000_Building_Automation_System 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

FindPathOfBuildingDB() 공개 메소드

public FindPathOfBuildingDB ( ) : void
리턴 void

UpdateDataForNodeInfoInEditNodeSection() 공개 메소드

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
리턴 void