C# 클래스 WFA_psychometric_chart.buildingChartSetting

파일 보기 프로젝트 열기: temcocontrols/T3000_Building_Automation_System 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
chartDetailList List
default_comfort_zone_of_chart List
deviceInfoForSavingToXML List
enthalpyDataGridView double
humDataGridValue double
indexForWhichChartIsSelected int
indexOfChartSelected int
latValueFromDB double
lb_simulation_mode_display System.Windows.Forms.Label
lineInfoForSavingToXML List
lineInfoFromXMLfile List
listComfortZoneDetail List
listchartComfortZoneInfoSingle List
longValueFromDB double
menuStripNodeInfoValues List
menuStripNodeLineInfoValues List
nodeInfoForSavingToXML List
nodeInfoFromXMLfile List
y_coord_value double

공개 메소드들

메소드 설명
AddOrUpdateNewRecord ( string name, DataGridViewCellEventArgs e ) : void
AsyncMethod1ForPullingData ( ) : Task
CalculateYFromXandHumidity ( double xVal, double humidity ) : double
CheckDeviceOnlineOffline ( int deviceID, int Parent_SerialNum ) : bool
CheckSelectedBuilding ( ) : void
ClearComfortZone ( double Tmin, double Tmax, double Hmin, double Hmax ) : void
CountNumberOfItem ( string chartId ) : int
CountingDB_Item ( string db_name ) : int
CreateRequireTableIfNotPresent ( string buildingName ) : void
DataGridView_Show_Data ( ) : void
DeleteChart ( string chartID ) : void
DeleteComfortZoneData ( string id ) : void
DeleteComfortZoneSettingForChart ( string chartID ) : void
DeleteLine ( string lineID ) : void
DeleteNode ( string nodeID ) : void
DeleteNodeDeviceInfo ( string nodeID ) : void
FindPathOfBuildingDB ( ) : void
GetDataFromWeb ( double latValue, double longValue ) : void

This return the different values such as temperatue ,humidity and other parameters.

GetGUID ( ) : string
HumTempCalcByCoordinate ( ) : void
InfoForComfortZoneOfChart ( string chartID ) : void
InitTimerForDevice ( ) : void
InsertChartComfortzoneInfo ( string chartid, string comfortzone_id ) : void
InsertComfortZoneValue ( string name, double min_temp, double max_temp, double min_hum, double max_hum, Color color ) : void

This function helps to insert the comfort zone setting in the database.

InsertLineInfoToDB ( string id, string prevNodeId, string nextNodeId, Color lineColor, Series lineSeriesVal, int linethickness ) : void
InsertNodeInfoToDB ( string id, double xVal, double yVal, string source, string name, string label, Color colorValue, string showItemText, int nodeSizeValue, string deviceinstance, string deviceip, string param1id, string param2id, string param1info, string param2info, string param1type, string param2type ) : void
LoadComfortZone ( string chartid ) : void

load the comfort zone when chart is selected

LoadComfortZoneIfOn ( string chartid ) : void
LoadNodeAndLineFromDB ( int indexValue ) : void

We need have three parameters

LoadNode_LineAndDeviceInfoFromDB ( int indexValue ) : void

This function is for getting node info , correspoing device info for particular node,and line info this is required for saving in xml formate.

PlotComfortZone ( double Tmin, double Tmax, double Hmin, double Hmax, Color c, string name ) : void
PullChartList ( string buildingName ) : void
PullComfortZoneData ( ) : void
PullDataFromDB ( ) : void
PullDataFromHardware ( string device_instance_id, string param1id, string param2id, string param1info, string param2info ) : void
PullLongitudeAndLatitude ( string dbName ) : void
ReDrawLines ( string id, string prevNodeID, string nextNodeID, Series lineSeriesID, Color c, int thickness_value ) : void
ReDrawPoints ( Series s1, double x, double y, Color c, string source1, string name1, string label1x, string labelValueText, int marker_size_value ) : void
ReDrawPointsForHardware ( Series s1, double x, double y, Color c, string source1, string name1, string label1x, string labelValueText, int marker_size_value ) : void

This function helps to draw the points before loading

ReDrawingLineAndNode ( ) : void
ReDrawingLineAndNodeForScanHardware ( ) : void
ReadDataFromDevice ( int deviceID, uint temp_panID, uint hum_panID, string param1_identifier_type, string param2_identifier_type ) : void

helps to pull the data from the hardware of the device

ReadDeviceInfoForNode ( string nodeID1 ) : void

This get the device info values form the database

ReadNodeAndLineDetails ( string chart_respective_node_id, string chart_respective_line_id, string buildingName ) : void

Getting the values of the database on the chartID

ReadNodeInfoToDelete ( string chartNodeID ) : void

help in reading all the node info for a particular chart

RefreshDataFromDeviceAndWeb ( ) : void
RefreshGraph ( ) : void
ResettingLines ( ) : void
SaveConfiguration ( ) : 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
SetNodeWithValuesXYCoord ( string source, string name, string label, Color c1, string comboboxItemText1, double xvalue, double yvalue ) : void
ShowOrHideForComfortZone ( ) : void
UpdateComfortZoneValue ( string id, string name, double min_temp, double max_temp, double min_hum, double max_hum, Color color ) : void
UpdateLineInfoToDB ( string id, string prevNodeId, string nextNodeId, Color lineColor, Series lineSeriesVal, int lineThicknessValue ) : void

This value is edited just now bbk305

UpdateLineInfoToDBWithouSeriesID ( string id, string prevNodeId, string nextNodeId, Color lineColor, int lineThicknessValue ) : void
UpdateNewDataFromDGV ( string name, string chartID ) : void
UpdateNodeInfoToDB ( string id, double xVal, double yVal, string source, string name, string label, Color colorValue, string showItemText, int nodeSizeValue ) : void
addCursorFunctionForLineDisconnectConnect ( MouseEventArgs e ) : void
addTemporarySeries ( ) : void
add_t_pg ( ) : void
buildingChartSetting ( Form1_main f ) : System
deleteDatabaseTable ( string tableName ) : void
enthalpyHumidityCalculatorForXYvalue ( double xVal, double yVal ) : void
insertNewDataFromDGV ( string name ) : void
insertOrUpdateComfortChartSetting ( string chartID, string comfortzone_ID ) : void
loadXMLDoc ( ) : void
plot_by_DBT_Enthalpy ( double dbt, double enthalpy ) : int
plot_by_DBT_HR_process_diagram ( double DBT, double HR ) : int
plot_new_graph ( ) : void
plot_on_graph_values_process_diagram ( double xval, double yval ) : void

plot using x coord(=temp) and y coord (=hum ratio)

pullComfortZoneInfoSingle ( string comfortzoneid ) : void
timer1_Tick_For_Device ( object sender, EventArgs e ) : void
update_comfort_zone_for_chart ( string chartid, string comfortzone_id, string status ) : void

updates the chart info for comfort zone

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
CalculateHumidityEnthalpy ( double xVal, double yVal ) : void
ClearChart ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LineDeterctOnMouseMove ( MouseEventArgs e ) : void
NodeSelectionAndRelease ( MouseEventArgs e ) : void
ProcessDiagramMouseMoveFunction ( MouseEventArgs e ) : void
btn_pull_data_Click ( object sender, EventArgs e ) : void

This is pulling the data from the hardware and putting it in the table

btn_reset_graph_Click ( object sender, EventArgs e ) : void
buildingChartSetting_FormClosing ( object sender, FormClosingEventArgs e ) : void
buildingChartSetting_Load ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
chart1_MouseClick ( object sender, MouseEventArgs e ) : void
chart1_MouseDown ( object sender, MouseEventArgs e ) : void
chart1_MouseMove ( object sender, MouseEventArgs e ) : void
dataGridView1_CellBeginEdit ( object sender, DataGridViewCellCancelEventArgs e ) : void
dataGridView1_CellClick_1 ( object sender, DataGridViewCellEventArgs e ) : void
dataGridView1_CellDoubleClick ( object sender, DataGridViewCellEventArgs e ) : void
dataGridView1_CellEndEdit_1 ( object sender, DataGridViewCellEventArgs e ) : void
dataGridView1_CellMouseClick ( object sender, DataGridViewCellMouseEventArgs e ) : void
deleteHandlerToolStripMenuItem_Click ( object sender, EventArgs e ) : void
disconnectLineToolStripMenuItem_Click_1 ( object sender, EventArgs e ) : void
enableToolStripMenuItem_Click ( object sender, EventArgs e ) : void
fillDataGridView ( ) : void
insertNodeToolStripMenuItem_Click ( object sender, EventArgs e ) : void
insertNodeToolStripMenuItem_Click_1 ( object sender, EventArgs e ) : void
loadSettingToolStripMenuItem_Click ( object sender, EventArgs e ) : void
saveSettingsToolStripMenuItem_Click ( object sender, EventArgs e ) : void
settingsToolStripMenuItem_Click ( object sender, EventArgs e ) : void
showComfortZoneToolStripMenuItem_Click ( object sender, EventArgs e ) : void

메소드 상세

AddOrUpdateNewRecord() 공개 메소드

public AddOrUpdateNewRecord ( string name, DataGridViewCellEventArgs e ) : void
name string
e DataGridViewCellEventArgs
리턴 void

AsyncMethod1ForPullingData() 공개 메소드

public AsyncMethod1ForPullingData ( ) : Task
리턴 Task

CalculateYFromXandHumidity() 공개 메소드

public CalculateYFromXandHumidity ( double xVal, double humidity ) : double
xVal double
humidity double
리턴 double

CheckDeviceOnlineOffline() 공개 메소드

public CheckDeviceOnlineOffline ( int deviceID, int Parent_SerialNum ) : bool
deviceID int
Parent_SerialNum int
리턴 bool

CheckSelectedBuilding() 공개 메소드

public CheckSelectedBuilding ( ) : void
리턴 void

ClearComfortZone() 공개 메소드

public ClearComfortZone ( double Tmin, double Tmax, double Hmin, double Hmax ) : void
Tmin double
Tmax double
Hmin double
Hmax double
리턴 void

CountNumberOfItem() 공개 메소드

public CountNumberOfItem ( string chartId ) : int
chartId string
리턴 int

CountingDB_Item() 공개 메소드

public CountingDB_Item ( string db_name ) : int
db_name string
리턴 int

CreateRequireTableIfNotPresent() 공개 메소드

public CreateRequireTableIfNotPresent ( string buildingName ) : void
buildingName string
리턴 void

DataGridView_Show_Data() 공개 메소드

public DataGridView_Show_Data ( ) : void
리턴 void

DeleteChart() 공개 메소드

public DeleteChart ( string chartID ) : void
chartID string
리턴 void

DeleteComfortZoneData() 공개 메소드

public DeleteComfortZoneData ( string id ) : void
id string
리턴 void

DeleteComfortZoneSettingForChart() 공개 메소드

public DeleteComfortZoneSettingForChart ( string chartID ) : void
chartID string
리턴 void

DeleteLine() 공개 메소드

public DeleteLine ( string lineID ) : void
lineID string
리턴 void

DeleteNode() 공개 메소드

public DeleteNode ( string nodeID ) : void
nodeID string
리턴 void

DeleteNodeDeviceInfo() 공개 메소드

public DeleteNodeDeviceInfo ( string nodeID ) : void
nodeID string
리턴 void

Dispose() 보호된 메소드

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

FindPathOfBuildingDB() 공개 메소드

public FindPathOfBuildingDB ( ) : void
리턴 void

GetDataFromWeb() 공개 메소드

This return the different values such as temperatue ,humidity and other parameters.
public GetDataFromWeb ( double latValue, double longValue ) : void
latValue double Latitude
longValue double Longitude
리턴 void

GetGUID() 공개 메소드

public GetGUID ( ) : string
리턴 string

HumTempCalcByCoordinate() 공개 메소드

public HumTempCalcByCoordinate ( ) : void
리턴 void

InfoForComfortZoneOfChart() 공개 메소드

public InfoForComfortZoneOfChart ( string chartID ) : void
chartID string
리턴 void

InitTimerForDevice() 공개 메소드

public InitTimerForDevice ( ) : void
리턴 void

InsertChartComfortzoneInfo() 공개 메소드

public InsertChartComfortzoneInfo ( string chartid, string comfortzone_id ) : void
chartid string
comfortzone_id string
리턴 void

InsertComfortZoneValue() 공개 메소드

This function helps to insert the comfort zone setting in the database.
public InsertComfortZoneValue ( string name, double min_temp, double max_temp, double min_hum, double max_hum, Color color ) : void
name string name of the comfort zone
min_temp double min temperature
max_temp double max temperature
min_hum double min humidity
max_hum double max humidity
color Color color value
리턴 void

InsertLineInfoToDB() 공개 메소드

public InsertLineInfoToDB ( string id, string prevNodeId, string nextNodeId, Color lineColor, Series lineSeriesVal, int linethickness ) : void
id string
prevNodeId string
nextNodeId string
lineColor Color
lineSeriesVal Series
linethickness int
리턴 void

InsertNodeInfoToDB() 공개 메소드

public InsertNodeInfoToDB ( string id, double xVal, double yVal, string source, string name, string label, Color colorValue, string showItemText, int nodeSizeValue, string deviceinstance, string deviceip, string param1id, string param2id, string param1info, string param2info, string param1type, string param2type ) : void
id string
xVal double
yVal double
source string
name string
label string
colorValue Color
showItemText string
nodeSizeValue int
deviceinstance string
deviceip string
param1id string
param2id string
param1info string
param2info string
param1type string
param2type string
리턴 void

LoadComfortZone() 공개 메소드

load the comfort zone when chart is selected
public LoadComfortZone ( string chartid ) : void
chartid string
리턴 void

LoadComfortZoneIfOn() 공개 메소드

public LoadComfortZoneIfOn ( string chartid ) : void
chartid string
리턴 void

LoadNodeAndLineFromDB() 공개 메소드

We need have three parameters
public LoadNodeAndLineFromDB ( int indexValue ) : void
indexValue int
리턴 void

LoadNode_LineAndDeviceInfoFromDB() 공개 메소드

This function is for getting node info , correspoing device info for particular node,and line info this is required for saving in xml formate.
public LoadNode_LineAndDeviceInfoFromDB ( int indexValue ) : void
indexValue int index of the chart selected
리턴 void

PlotComfortZone() 공개 메소드

public PlotComfortZone ( double Tmin, double Tmax, double Hmin, double Hmax, Color c, string name ) : void
Tmin double
Tmax double
Hmin double
Hmax double
c Color
name string
리턴 void

PullChartList() 공개 메소드

public PullChartList ( string buildingName ) : void
buildingName string
리턴 void

PullComfortZoneData() 공개 메소드

public PullComfortZoneData ( ) : void
리턴 void

PullDataFromDB() 공개 메소드

public PullDataFromDB ( ) : void
리턴 void

PullDataFromHardware() 공개 메소드

public PullDataFromHardware ( string device_instance_id, string param1id, string param2id, string param1info, string param2info ) : void
device_instance_id string
param1id string
param2id string
param1info string
param2info string
리턴 void

PullLongitudeAndLatitude() 공개 메소드

public PullLongitudeAndLatitude ( string dbName ) : void
dbName string
리턴 void

ReDrawLines() 공개 메소드

public ReDrawLines ( string id, string prevNodeID, string nextNodeID, Series lineSeriesID, Color c, int thickness_value ) : void
id string
prevNodeID string
nextNodeID string
lineSeriesID Series
c Color
thickness_value int
리턴 void

ReDrawPoints() 공개 메소드

public ReDrawPoints ( Series s1, double x, double y, Color c, string source1, string name1, string label1x, string labelValueText, int marker_size_value ) : void
s1 Series
x double
y double
c Color
source1 string
name1 string
label1x string
labelValueText string
marker_size_value int
리턴 void

ReDrawPointsForHardware() 공개 메소드

This function helps to draw the points before loading
public ReDrawPointsForHardware ( Series s1, double x, double y, Color c, string source1, string name1, string label1x, string labelValueText, int marker_size_value ) : void
s1 Series
x double
y double
c Color
source1 string
name1 string
label1x string
labelValueText string
marker_size_value int
리턴 void

ReDrawingLineAndNode() 공개 메소드

public ReDrawingLineAndNode ( ) : void
리턴 void

ReDrawingLineAndNodeForScanHardware() 공개 메소드

public ReDrawingLineAndNodeForScanHardware ( ) : void
리턴 void

ReadDataFromDevice() 공개 메소드

helps to pull the data from the hardware of the device
public ReadDataFromDevice ( int deviceID, uint temp_panID, uint hum_panID, string param1_identifier_type, string param2_identifier_type ) : void
deviceID int
temp_panID uint
hum_panID uint
param1_identifier_type string
param2_identifier_type string
리턴 void

ReadDeviceInfoForNode() 공개 메소드

This get the device info values form the database
public ReadDeviceInfoForNode ( string nodeID1 ) : void
nodeID1 string the node id selected to search for
리턴 void

ReadNodeAndLineDetails() 공개 메소드

Getting the values of the database on the chartID
public ReadNodeAndLineDetails ( string chart_respective_node_id, string chart_respective_line_id, string buildingName ) : void
chart_respective_node_id string
chart_respective_line_id string
buildingName string
리턴 void

ReadNodeInfoToDelete() 공개 메소드

help in reading all the node info for a particular chart
public ReadNodeInfoToDelete ( string chartNodeID ) : void
chartNodeID string
리턴 void

RefreshDataFromDeviceAndWeb() 공개 메소드

public RefreshDataFromDeviceAndWeb ( ) : void
리턴 void

RefreshGraph() 공개 메소드

public RefreshGraph ( ) : void
리턴 void

ResettingLines() 공개 메소드

public ResettingLines ( ) : void
리턴 void

SaveConfiguration() 공개 메소드

public SaveConfiguration ( ) : void
리턴 void

SetNodeForDeviceUsingTempAndHum() 공개 메소드

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

SetNodeForWeb() 공개 메소드

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

SetNodeWithValuesXYCoord() 공개 메소드

public SetNodeWithValuesXYCoord ( string source, string name, string label, Color c1, string comboboxItemText1, double xvalue, double yvalue ) : void
source string
name string
label string
c1 Color
comboboxItemText1 string
xvalue double
yvalue double
리턴 void

ShowOrHideForComfortZone() 공개 메소드

public ShowOrHideForComfortZone ( ) : void
리턴 void

UpdateComfortZoneValue() 공개 메소드

public UpdateComfortZoneValue ( string id, string name, double min_temp, double max_temp, double min_hum, double max_hum, Color color ) : void
id string
name string
min_temp double
max_temp double
min_hum double
max_hum double
color Color
리턴 void

UpdateLineInfoToDB() 공개 메소드

This value is edited just now bbk305
public UpdateLineInfoToDB ( string id, string prevNodeId, string nextNodeId, Color lineColor, Series lineSeriesVal, int lineThicknessValue ) : void
id string
prevNodeId string
nextNodeId string
lineColor Color
lineSeriesVal Series
lineThicknessValue int
리턴 void

UpdateLineInfoToDBWithouSeriesID() 공개 메소드

public UpdateLineInfoToDBWithouSeriesID ( string id, string prevNodeId, string nextNodeId, Color lineColor, int lineThicknessValue ) : void
id string
prevNodeId string
nextNodeId string
lineColor Color
lineThicknessValue int
리턴 void

UpdateNewDataFromDGV() 공개 메소드

public UpdateNewDataFromDGV ( string name, string chartID ) : void
name string
chartID string
리턴 void

UpdateNodeInfoToDB() 공개 메소드

public UpdateNodeInfoToDB ( string id, double xVal, double yVal, string source, string name, string label, Color colorValue, string showItemText, int nodeSizeValue ) : void
id string
xVal double
yVal double
source string
name string
label string
colorValue Color
showItemText string
nodeSizeValue int
리턴 void

addCursorFunctionForLineDisconnectConnect() 공개 메소드

public addCursorFunctionForLineDisconnectConnect ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

addTemporarySeries() 공개 메소드

public addTemporarySeries ( ) : void
리턴 void

add_t_pg() 공개 메소드

public add_t_pg ( ) : void
리턴 void

buildingChartSetting() 공개 메소드

public buildingChartSetting ( Form1_main f ) : System
f Form1_main
리턴 System

deleteDatabaseTable() 공개 메소드

public deleteDatabaseTable ( string tableName ) : void
tableName string
리턴 void

enthalpyHumidityCalculatorForXYvalue() 공개 메소드

public enthalpyHumidityCalculatorForXYvalue ( double xVal, double yVal ) : void
xVal double
yVal double
리턴 void

insertNewDataFromDGV() 공개 메소드

public insertNewDataFromDGV ( string name ) : void
name string
리턴 void

insertOrUpdateComfortChartSetting() 공개 메소드

public insertOrUpdateComfortChartSetting ( string chartID, string comfortzone_ID ) : void
chartID string
comfortzone_ID string
리턴 void

loadXMLDoc() 공개 메소드

public loadXMLDoc ( ) : void
리턴 void

plot_by_DBT_Enthalpy() 공개 메소드

public plot_by_DBT_Enthalpy ( double dbt, double enthalpy ) : int
dbt double
enthalpy double
리턴 int

plot_by_DBT_HR_process_diagram() 공개 메소드

public plot_by_DBT_HR_process_diagram ( double DBT, double HR ) : int
DBT double
HR double
리턴 int

plot_new_graph() 공개 메소드

public plot_new_graph ( ) : void
리턴 void

plot_on_graph_values_process_diagram() 공개 메소드

plot using x coord(=temp) and y coord (=hum ratio)
public plot_on_graph_values_process_diagram ( double xval, double yval ) : void
xval double Temperature(x-axis)
yval double humidity ratio(y-axis)
리턴 void

pullComfortZoneInfoSingle() 공개 메소드

public pullComfortZoneInfoSingle ( string comfortzoneid ) : void
comfortzoneid string
리턴 void

timer1_Tick_For_Device() 공개 메소드

public timer1_Tick_For_Device ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

update_comfort_zone_for_chart() 공개 메소드

updates the chart info for comfort zone
public update_comfort_zone_for_chart ( string chartid, string comfortzone_id, string status ) : void
chartid string id of chart selected
comfortzone_id string comfort zone id for each chart
status string
리턴 void

프로퍼티 상세

chartDetailList 공개적으로 프로퍼티

public List chartDetailList
리턴 List

default_comfort_zone_of_chart 공개적으로 프로퍼티

public List default_comfort_zone_of_chart
리턴 List

deviceInfoForSavingToXML 공개적으로 프로퍼티

public List deviceInfoForSavingToXML
리턴 List

enthalpyDataGridView 공개적으로 프로퍼티

public double enthalpyDataGridView
리턴 double

humDataGridValue 공개적으로 프로퍼티

public double humDataGridValue
리턴 double

indexForWhichChartIsSelected 공개적으로 프로퍼티

public int indexForWhichChartIsSelected
리턴 int

indexOfChartSelected 공개적으로 프로퍼티

public int indexOfChartSelected
리턴 int

latValueFromDB 공개적으로 프로퍼티

public double latValueFromDB
리턴 double

lb_simulation_mode_display 공개적으로 프로퍼티

public System.Windows.Forms.Label lb_simulation_mode_display
리턴 System.Windows.Forms.Label

lineInfoForSavingToXML 공개적으로 프로퍼티

public List lineInfoForSavingToXML
리턴 List

lineInfoFromXMLfile 공개적으로 프로퍼티

public List lineInfoFromXMLfile
리턴 List

listComfortZoneDetail 공개적으로 프로퍼티

public List listComfortZoneDetail
리턴 List

listchartComfortZoneInfoSingle 공개적으로 프로퍼티

public List listchartComfortZoneInfoSingle
리턴 List

longValueFromDB 공개적으로 프로퍼티

public double longValueFromDB
리턴 double

menuStripNodeInfoValues 공개적으로 프로퍼티

public List menuStripNodeInfoValues
리턴 List

menuStripNodeLineInfoValues 공개적으로 프로퍼티

public List menuStripNodeLineInfoValues
리턴 List

nodeInfoForSavingToXML 공개적으로 프로퍼티

public List nodeInfoForSavingToXML
리턴 List

nodeInfoFromXMLfile 공개적으로 프로퍼티

public List nodeInfoFromXMLfile
리턴 List

y_coord_value 공개적으로 프로퍼티

public double y_coord_value
리턴 double