C# 클래스 WFA_psychometric_chart.form_export_data

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

공개 메소드들

메소드 설명
BuildingDataInfo ( ) : void

Pulls the building info country,state,city,elevation,etc

CreatingCsvFilesWithData ( ) : void

creates comma sepreated file for the values

CreatingExcelFileWithData ( ) : void

Fxn that creates an excel file for data present in it

HistoricalDataInfo ( ) : void

Pulls the historical value between particular data and id value

form_export_data ( ) : System
form_export_data_Disposed ( object sender, System e ) : void

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
CreatngTxtFileWithData ( ) : void

This files creates a csv file with certain data in it

InitializeComponent ( ) : void

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

PullLocationInformation ( ) : void
StationDataInfo ( ) : void

Pulls the data info from the selected station,station name containst nearest station weather data

button1_Click ( object sender, EventArgs e ) : void
form_extract_data_Load ( object sender, EventArgs e ) : void

메소드 상세

BuildingDataInfo() 공개 메소드

Pulls the building info country,state,city,elevation,etc
public BuildingDataInfo ( ) : void
리턴 void

CreatingCsvFilesWithData() 공개 메소드

creates comma sepreated file for the values
public CreatingCsvFilesWithData ( ) : void
리턴 void

CreatingExcelFileWithData() 공개 메소드

Fxn that creates an excel file for data present in it
public CreatingExcelFileWithData ( ) : void
리턴 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

HistoricalDataInfo() 공개 메소드

Pulls the historical value between particular data and id value
public HistoricalDataInfo ( ) : void
리턴 void

form_export_data() 공개 메소드

public form_export_data ( ) : System
리턴 System

form_export_data_Disposed() 공개 메소드

public form_export_data_Disposed ( object sender, System e ) : void
sender object
e System
리턴 void