C# Class WFA_psychometric_chart.form_export_data

Exibir arquivo Open project: temcocontrols/T3000_Building_Automation_System Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

Method Details

BuildingDataInfo() public method

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

CreatingCsvFilesWithData() public method

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

CreatingExcelFileWithData() public method

Fxn that creates an excel file for data present in it
public CreatingExcelFileWithData ( ) : void
return void

Dispose() protected method

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

HistoricalDataInfo() public method

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

form_export_data() public method

public form_export_data ( ) : System
return System

form_export_data_Disposed() public method

public form_export_data_Disposed ( object sender, System e ) : void
sender object
e System
return void